Spaces:
Runtime error
Runtime error
Dmitry Beresnev
commited on
Commit
·
54748d5
1
Parent(s):
c64948c
fix req txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -2,7 +2,7 @@ finnhub-python>=2.4.0
|
|
| 2 |
python-telegram-bot==20.7
|
| 3 |
fastapi==0.104.1
|
| 4 |
uvicorn[standard]==0.24.0
|
| 5 |
-
httpx
|
| 6 |
python-dotenv==1.0.0
|
| 7 |
pydantic==2.5.0
|
| 8 |
typing-extensions==4.8.0
|
|
|
|
| 2 |
python-telegram-bot==20.7
|
| 3 |
fastapi==0.104.1
|
| 4 |
uvicorn[standard]==0.24.0
|
| 5 |
+
httpx>=0.25.0
|
| 6 |
python-dotenv==1.0.0
|
| 7 |
pydantic==2.5.0
|
| 8 |
typing-extensions==4.8.0
|