Added requirements and readme
This commit is contained in:
parent
863d92bfd2
commit
e137933115
|
@ -0,0 +1,3 @@
|
||||||
|
Running it:
|
||||||
|
TG_BOT_TOKEN=blahblahblah DB_PATH=/path/to/db.db3 python3 -m nfuck
|
||||||
|
Database is not used yet
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue