Updates version changes in docs

This commit is contained in:
Ilan Steemers
2020-01-17 16:15:05 +01:00
parent c2e96c1754
commit 5f46d11350
4 changed files with 12 additions and 12 deletions

View File

@@ -36,7 +36,7 @@ setup(
license='MIT',
description='A multiprocessing distributed task queue for Django',
long_description=README,
install_requires=['django>=1.11', 'django-picklefield', 'blessed', 'arrow'],
install_requires=['django>=2.2', 'django-picklefield', 'blessed', 'arrow'],
test_requires=['pytest', 'pytest-django', ],
cmdclass={'test': PyTest},
classifiers=[
@@ -49,9 +49,9 @@ setup(
'Operating System :: MacOS',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Topic :: Internet :: WWW/HTTP',
'Topic :: System :: Distributed Computing',
'Topic :: Software Development :: Libraries :: Python Modules',