Skip to content

Commit ad90069

Browse files
committed
starter reqs txt
1 parent f1f68ad commit ad90069

1 file changed

Lines changed: 1 addition & 20 deletions

File tree

planventure-api/requirements.txt

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,4 @@
22
flask==2.3.3
33
flask-sqlalchemy==3.1.1
44
flask-cors==4.0.0
5-
python-dotenv==1.0.0
6-
7-
# Authentication
8-
flask-jwt-extended==4.5.2
9-
flask-bcrypt==1.0.1
10-
11-
# Validation and serialization
12-
marshmallow-sqlalchemy==0.29.0
13-
email-validator==2.0.0
14-
15-
# Testing
16-
pytest==7.4.2
17-
pytest-cov==4.1.0
18-
19-
# Production
20-
gunicorn==21.2.0
21-
22-
# Development
23-
black==23.9.1
24-
flake8==6.1.0
5+
python-dotenv==1.0.0

0 commit comments

Comments
 (0)