diff --git a/README b/README new file mode 100644 index 0000000..85cfc34 --- /dev/null +++ b/README @@ -0,0 +1,3 @@ +Running it: +TG_BOT_TOKEN=blahblahblah DB_PATH=/path/to/db.db3 python3 -m nfuck +Database is not used yet diff --git a/requirements.txt b/requirements.txt index 8b13789..7a4e323 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,21 @@ - +aiofiles==23.2.1 +aiogram==3.3.0 +aiohttp==3.9.1 +aiosignal==1.3.1 +aiosqlite==0.19.0 +annotated-types==0.6.0 +anyio==4.2.0 +attrs==23.2.0 +certifi==2023.11.17 +frozenlist==1.4.1 +h11==0.14.0 +httpcore==1.0.2 +httpx==0.26.0 +idna==3.6 +magic-filter==1.0.12 +multidict==6.0.4 +pydantic==2.5.3 +pydantic_core==2.14.6 +sniffio==1.3.0 +typing_extensions==4.9.0 +yarl==1.9.4