8000 Set min Django version · stephenmcd/django-socketio@562f152 · GitHub
[go: up one dir, main page]

Skip to content

Commit 562f152

Browse files
committed
Set min Django version
1 parent 2d3b462 commit 562f152

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==0.2.1", "sphinx-me", "django"],
15+
install_requires=["gevent-socketio==0.2.1", "sphinx-me", "django>=1.4.8"],
1616
zip_safe = False,
1717
include_package_data = True,
1818
packages = find_packages(),

0 commit comments

Comments
 (0)
0