Skip to content

Commit f9ffae7

Browse files
committed
generate a minimal requirements.txt that only lists the dependencies this project requires using the python package pipreqs
1 parent 9af431d commit f9ffae7

File tree

1 file changed

+5
-30
lines changed

1 file changed

+5
-30
lines changed

requirements.txt

Lines changed: 5 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,6 @@
1-
attrs==21.2.0
2-
cachelib==0.1.1
3-
certifi==2021.5.30
4-
chardet==4.0.0
5-
click==8.0.1
6-
Flask==2.0.1
7-
flask-marshmallow==0.14.0
8-
Flask-Session==0.3.2
9-
Flask-SQLAlchemy==2.5.1
10-
greenlet==1.1.0
11-
idna==2.10
12-
iniconfig==1.1.1
13-
itsdangerous==2.0.1
14-
Jinja2==3.0.1
15-
MarkupSafe==2.0.1
16-
marshmallow==3.12.1
17-
marshmallow-sqlalchemy==0.26.1
18-
mysql-connector==2.2.9
19-
packaging==20.9
20-
pluggy==0.13.1
21-
py==1.10.0
22-
PyMySQL==1.0.2
23-
pyparsing==2.4.7
24-
pytest==6.2.4
25-
python-dotenv==0.17.1
1+
Flask==1.1.2
2+
Werkzeug==1.0.1
263
requests==2.25.1
27-
six==1.16.0
28-
SQLAlchemy==1.4.18
29-
toml==0.10.2
30-
urllib3==1.26.5
31-
Werkzeug==2.0.1
4+
flask_marshmallow==0.14.0
5+
flask_session==0.3.2
6+
flask_sqlalchemy==2.5.1

0 commit comments

Comments
 (0)