We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1f68ad commit ad90069Copy full SHA for ad90069
1 file changed
planventure-api/requirements.txt
@@ -2,23 +2,4 @@
2
flask==2.3.3
3
flask-sqlalchemy==3.1.1
4
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
+python-dotenv==1.0.0
0 commit comments