File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 1- #!/usr/bin/env python
1+ #!/usr/bin/env python3
22# -*- coding: utf-8 -*-
33import os
44import re
@@ -181,8 +181,8 @@ def extra_args(self):
181181 package_data = package_data ,
182182 zip_safe = False ,
183183 install_requires = [
184- 'celery>=3.1.15 ,<4.5 ' ,
185- 'django>=1.8 ' ,
184+ 'celery>=3.1.26 ,<4.1.0 ' ,
185+ 'django>=1.11.17,<3.0 ' ,
186186 ],
187187 cmdclass = {'test' : RunTests ,
188188 'quicktest' : QuickRunTests ,
@@ -202,7 +202,9 @@ def extra_args(self):
202202 'Programming Language :: Python :: 2' ,
203203 'Programming Language :: Python :: 2.7' ,
204204 'Programming Language :: Python :: 3' ,
205- 'Programming Language :: Python :: 3.5' ,
205+ 'Programming Language :: Python :: 3.7' ,
206+ 'Programming Language :: Python :: 3.8' ,
207+ 'Programming Language :: Python :: 3.9' ,
206208 'Programming Language :: Python :: Implementation :: CPython' ,
207209 'Programming Language :: Python :: Implementation :: PyPy' ,
208210 ],
You can’t perform that action at this time.
0 commit comments