File tree 1 file changed +6
-4
lines changed 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
2
2
# -*- coding: utf-8 -*-
3
3
import os
4
4
import re
@@ -181,8 +181,8 @@ def extra_args(self):
181
181
package_data = package_data ,
182
182
zip_safe = False ,
183
183
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 ' ,
186
186
],
187
187
cmdclass = {'test' : RunTests ,
188
188
'quicktest' : QuickRunTests ,
@@ -202,7 +202,9 @@ def extra_args(self):
202
202
'Programming Language :: Python :: 2' ,
203
203
'Programming Language :: Python :: 2.7' ,
204
204
'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' ,
206
208
'Programming Language :: Python :: Implementation :: CPython' ,
207
209
'Programming Language :: Python :: Implementation :: PyPy' ,
208
210
],
You can’t perform that action at this time.
0 commit comments