Added requirements and readme

This commit is contained in:
Casey 2024-01-27 12:40:42 +03:00
parent 863d92bfd2
commit e137933115
Signed by: hkc
GPG Key ID: F0F6CFE11CDB0960
2 changed files with 24 additions and 1 deletions

3
README Normal file
View File

@ -0,0 +1,3 @@
Running it:
TG_BOT_TOKEN=blahblahblah DB_PATH=/path/to/db.db3 python3 -m nfuck
Database is not used yet

View File

@ -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