Skip to content

Commit d493f4d

Browse files
committed
Add Django to deps.
1 parent 5c596f0 commit d493f4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
long_description = open("README.rst").read(),
1313
url = "http://github.com/stephenmcd/django-socketio",
1414
py_modules=["django_socketio",],
15-
install_requires=["gevent-socketio", "sphinx-me"],
15+
install_requires=["gevent-socketio", "sphinx-me", "django"],
1616
zip_safe = False,
1717
include_package_data = True,
1818
packages = find_packages(),

0 commit comments

Comments
 (0)