Skip to content
This repository was archived by the owner on Mar 15, 2024. It is now read-only.

Commit 2c1649d

Browse files
committed
fix: revert setup.py changes
1 parent be2ac99 commit 2c1649d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
keywords='django rest auth registration rest-framework django-registration api',
2929
zip_safe=False,
3030
install_requires=[
31-
'Django==1.8.0',
32-
'djangorestframework==3.1.3',
31+
'Django>=1.8.0',
32+
'djangorestframework>=3.1.3',
3333
'six>=1.9.0',
3434
],
3535
extras_require={

0 commit comments

Comments
 (0)