Skip to content

Commit

Permalink
correcting python-dotenv==1.0.1 in requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
terapevt1981 committed Nov 11, 2024
1 parent 5e028c3 commit 28ed9af
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion telegram_bot_service/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
python-telegram-bot==13.7
httpx==0.23.0
python-dotenv==0.19.0
#python-dotenv==0.19.0
python-dotenv==1.0.1
sqlalchemy==1.4.41
psycopg2-binary==2.9.3
prometheus-client==0.14.1
Expand Down
2 changes: 1 addition & 1 deletion translation_service/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ sqlalchemy==1.4.41
psycopg2-binary==2.9.3
prometheus-client==0.14.1
httpx==0.23.0
python-dotenv==0.19.0
python-dotenv==1.0.1
pytest
pytest-cov
2 changes: 1 addition & 1 deletion transport_service/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ prometheus-client==0.11.0
pydantic==1.8.2
pytest
pytest-cov
python-dotenv
python-dotenv==1.0.1

0 comments on commit 28ed9af

Please sign in to comment.