diff --git a/.gitignore b/.gitignore index 253a199..4b75f2b 100644 --- a/.gitignore +++ b/.gitignore @@ -3,5 +3,4 @@ venv .idea __pycache__ errlog.txt -.env.local -requirements.txt \ No newline at end of file +.env.local \ No newline at end of file diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..eab8c0d --- /dev/null +++ b/requirements.txt @@ -0,0 +1,11 @@ +anyio==4.0.0 +certifi==2023.7.22 +emoji==2.8.0 +exceptiongroup==1.1.3 +h11==0.14.0 +httpcore==0.18.0 +httpx==0.25.0 +idna==3.4 +python-dotenv==1.0.0 +python-telegram-bot==20.6 +sniffio==1.3.0