mirror of
https://github.com/minetest/contentdb.git
synced 2024-11-09 17:13:45 +01:00
Fix missing bcrypt dep
This commit is contained in:
parent
878872799e
commit
bb79d564a8
@ -2,6 +2,7 @@ alembic==1.5.3
|
|||||||
amqp==5.0.5
|
amqp==5.0.5
|
||||||
attrs==20.3.0
|
attrs==20.3.0
|
||||||
Babel==2.9.0
|
Babel==2.9.0
|
||||||
|
bcrypt==3.2.0
|
||||||
beautifulsoup4==4.9.3
|
beautifulsoup4==4.9.3
|
||||||
billiard==3.6.3.0
|
billiard==3.6.3.0
|
||||||
bleach==3.3.0
|
bleach==3.3.0
|
||||||
|
@ -11,6 +11,7 @@ Flask-WTF
|
|||||||
GitHub-Flask
|
GitHub-Flask
|
||||||
SQLAlchemy-Searchable
|
SQLAlchemy-Searchable
|
||||||
|
|
||||||
|
bcrypt
|
||||||
markdown
|
markdown
|
||||||
bleach
|
bleach
|
||||||
passlib
|
passlib
|
||||||
|
Loading…
Reference in New Issue
Block a user