We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c596f0 commit d493f4dCopy full SHA for d493f4d
setup.py
@@ -12,7 +12,7 @@
12
long_description = open("README.rst").read(),
13
url = "http://github.com/stephenmcd/django-socketio",
14
py_modules=["django_socketio",],
15
- install_requires=["gevent-socketio", "sphinx-me"],
+ install_requires=["gevent-socketio", "sphinx-me", "django"],
16
zip_safe = False,
17
include_package_data = True,
18
packages = find_packages(),
0 commit comments