Skip to content

Commit 79b57e9

Browse files
authored
Update setup.py (#638)
* Update setup.py * Update setup.py * Update setup.py
1 parent 9006639 commit 79b57e9

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

setup.py

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# -*- coding: utf-8 -*-
33
import os
44
import 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
],

0 commit comments

Comments
 (0)