add passlib to requirements.txt

This commit is contained in:
BennyThink
2021-04-04 14:19:31 +08:00
parent b2c1ae36c9
commit fbc21577b0

View File

@@ -7,4 +7,5 @@ apscheduler==3.6.3
pymongo==3.11.2
tornado==6.0.4
cryptography==3.4.1
redis==3.5.3
redis==3.5.3
passlib==1.7.4