baha-99 commited on
Commit
1b9be91
·
1 Parent(s): 628e316

fix: update package versions in requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -5
requirements.txt CHANGED
@@ -1,7 +1,11 @@
1
  python-telegram-bot==20.7
2
- requests==2.31.0
 
 
3
  aiohttp==3.9.1
4
- fastapi==0.105.0
5
- uvicorn[standard]==0.24.0.post1
6
- pandas
7
- openpyxl
 
 
 
1
  python-telegram-bot==20.7
2
+ python-dotenv==1.0.0
3
+ pandas==2.1.4
4
+ openpyxl==3.1.2
5
  aiohttp==3.9.1
6
+ requests==2.31.0
7
+ httpx
8
+ starlette
9
+ anyio
10
+ fastapi
11
+ uvicorn[standard]==0.24.0.post1