Skip to content

Commit

Permalink
修改安装时候少包的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
wgbbiao committed Nov 1, 2017
1 parent f4b53db commit 1cdac79
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
django~=1.9.0
django-crispy-forms~=1.6.0
django>=1.9.0
django-crispy-forms>=1.6.0
django-import-export>=0.5.1
django-reversion~=2.0.0
django-reversion>=2.0.0
django-formtools==1.0
future==0.15.2
httplib2==0.9.2
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@
include_package_data=True,
install_requires=[
'setuptools',
'django>=1.9.0,<2',
'django>=1.9.0',
'django-crispy-forms>=1.6.0',
'django-reversion>=2.0.0',
'django-formtools>=1.0',
'django-import-export>=0.5.1',
'httplib2==0.9.2',
'future',
'six'
Expand Down

0 comments on commit 1cdac79

Please sign in to comment.