Skip to content

Commit

Permalink
Merge pull request momosecurity#77 from momosecurity/requirements-gro…
Browse files Browse the repository at this point in the history
…upby

python依赖分组
  • Loading branch information
leohowell authored Jun 15, 2021
2 parents 5ef9766 + 70a18fc commit bcdfd7f
Showing 1 changed file with 17 additions and 8 deletions.
25 changes: 17 additions & 8 deletions requirements.txt
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

0 comments on commit bcdfd7f

Please sign in to comment.