Skip to content

Commit

Permalink
Fix versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mpasternak committed Jul 13, 2018
1 parent 4903062 commit da1fe4d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion requirements.txt
@@ -1,2 +1 @@
Django
ply>=3.10
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -88,7 +88,7 @@ def run(self):
'django_dsl',
],
include_package_data=True,
install_requires=["ply", "Django"],
install_requires=["ply>=3.10", "Django>=1.10"],
license="MIT",
zip_safe=False,
keywords='django-dsl',
Expand Down

0 comments on commit da1fe4d

Please sign in to comment.