Add req files

This commit is contained in:
BitHeaven 2024-08-03 17:38:43 +03:00
parent 060bc8b827
commit 0a456d4458
3 changed files with 5 additions and 0 deletions

1
requirements.txt Normal file
View File

@ -0,0 +1 @@
pymongo[srv]

1
tgbot/requirements.txt Normal file
View File

@ -0,0 +1 @@
aiogram=3.10.0

3
web/requirements.txt Normal file
View File

@ -0,0 +1,3 @@
fastapi[standard]>=0.113.0,<0.114.0
pydantic>=2.7.0,<3.0.0
pymongo[srv]>=4.8.0,<5