yasserrmd commited on
Commit
339b184
·
verified ·
1 Parent(s): 9db3bcd

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. src/requirements.txt +31 -0
src/requirements.txt ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ alembic==1.15.2
2
+ annotated-types==0.7.0
3
+ anyio==4.9.0
4
+ blinker==1.9.0
5
+ certifi==2025.4.26
6
+ cffi==1.17.1
7
+ click==8.1.8
8
+ cryptography==36.0.2
9
+ distro==1.9.0
10
+ Flask==3.1.0
11
+ Flask-Migrate==4.1.0
12
+ Flask-SQLAlchemy==3.1.1
13
+ greenlet==3.2.1
14
+ groq==0.23.1
15
+ h11==0.16.0
16
+ httpcore==1.0.9
17
+ httpx==0.28.1
18
+ idna==3.10
19
+ itsdangerous==2.2.0
20
+ Jinja2==3.1.6
21
+ Mako==1.3.10
22
+ MarkupSafe==3.0.2
23
+ pycparser==2.22
24
+ pydantic==2.11.3
25
+ pydantic_core==2.33.1
26
+ PyMySQL==1.1.1
27
+ sniffio==1.3.1
28
+ SQLAlchemy==2.0.40
29
+ typing-inspection==0.4.0
30
+ typing_extensions==4.13.2
31
+ Werkzeug==3.1.3