We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd2113d commit 40f8949Copy full SHA for 40f8949
1 file changed
setup.py
@@ -19,14 +19,7 @@
19
'Framework :: Django :: 1.11',
20
'Intended Audience :: Developers',
21
'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",
+ 'Programming Language :: Python :: 3.8',
30
],
31
zip_safe=False
32
)
0 commit comments