Skip to content
This repository was archived by the owner on Jul 16, 2025. It is now read-only.

Commit 34cf4a6

Browse files
committed
Fix .gitignore entry and update setuptools version in requirements
1 parent e9f2ade commit 34cf4a6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
venv/
1+
.venv/
22
__pycache__/
33
.coverage
44
lcov.info

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
python-dotenv==1.0.1
22
python-telegram==0.19.0
33
readchar==4.1.0
4-
setuptools==74.0.0
4+
setuptools==80.9.0
55
telegram_text==0.2.0
66
terminaloptions==1.0.0

0 commit comments

Comments
 (0)