Skip to content

Commit 40f8949

Browse files
committed
Update setup.py
1 parent bd2113d commit 40f8949

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

setup.py

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,7 @@
1919
'Framework :: Django :: 1.11',
2020
'Intended Audience :: Developers',
2121
'License :: OSI Approved :: MIT License',
22-
'Programming Language :: Python :: 3.5',
23-
],
24-
install_requires=[
25-
'django<2',
26-
'redis',
27-
'influxdb',
28-
'django-graphql-utils',
29-
"graphene-django<2.0",
22+
'Programming Language :: Python :: 3.8',
3023
],
3124
zip_safe=False
3225
)

0 commit comments

Comments
 (0)