added requirements
This commit is contained in:
@@ -8,4 +8,8 @@ pip install flask-login flask-bcrypt
|
|||||||
|
|
||||||
python3 setup.py sdist
|
python3 setup.py sdist
|
||||||
|
|
||||||
python3 setup.py bdist_wheel flask
|
python3 setup.py bdist_wheel flask
|
||||||
|
|
||||||
|
|
||||||
|
for installing all the requirements
|
||||||
|
pip install -r requirements.txt
|
||||||
17
requirements.txt
Normal file
17
requirements.txt
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
alembic==1.14.1
|
||||||
|
bcrypt==4.2.1
|
||||||
|
blinker==1.9.0
|
||||||
|
click==8.1.8
|
||||||
|
Flask==3.1.0
|
||||||
|
Flask-Bcrypt==1.0.1
|
||||||
|
Flask-Login==0.6.3
|
||||||
|
Flask-Migrate==4.1.0
|
||||||
|
Flask-SQLAlchemy==3.1.1
|
||||||
|
greenlet==3.1.1
|
||||||
|
itsdangerous==2.2.0
|
||||||
|
Jinja2==3.1.5
|
||||||
|
Mako==1.3.8
|
||||||
|
MarkupSafe==3.0.2
|
||||||
|
SQLAlchemy==2.0.37
|
||||||
|
typing_extensions==4.12.2
|
||||||
|
Werkzeug==3.1.3
|
||||||
Reference in New Issue
Block a user