forked from momosecurity/aswan
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request momosecurity#77 from momosecurity/requirements-gro…
…upby python依赖分组
- Loading branch information
Showing
1 changed file
with
17 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,29 @@ | ||
gevent==1.4.0 | ||
greenlet==0.4.15 | ||
redis==2.10.5 | ||
hiredis==0.2.0 | ||
|
||
# 这个项目在py3下有一些兼容性问题,因此我们重写了它 | ||
# py_lru_cache==0.1.4 | ||
|
||
########## | ||
# DJANGO # | ||
########## | ||
Django==1.11.29 | ||
django-redis==4.8.0 | ||
django-braces==1.11.0 | ||
django-filter==1.0.4 | ||
django-environ==0.4.3 | ||
django-tables2==1.10.0 | ||
django-crispy-forms==1.7.0 | ||
|
||
|
||
############ | ||
# DATABASE # | ||
############ | ||
redis==2.10.5 | ||
hiredis==0.2.0 | ||
pymongo==3.4.0 | ||
pymysql==0.9.3 | ||
DBUtils==1.2 | ||
|
||
|
||
######### | ||
# UTILS # | ||
######### | ||
gevent==1.4.0 | ||
greenlet==0.4.15 | ||
python-dateutil==2.6.1 | ||
uWSGI==2.0.15 |