forked from hkc/mastoposter
Added requirements.txt
This commit is contained in:
parent
a8b413a632
commit
d8c86a21f9
|
@ -1,4 +1,5 @@
|
||||||
__pycache__
|
__pycache__
|
||||||
*.py[cow]
|
*.py[cow]
|
||||||
config-prod.ini
|
config-prod.ini
|
||||||
|
venv
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,12 @@
|
||||||
|
anyio==3.6.1
|
||||||
|
beautifulsoup4==4.11.1
|
||||||
|
bs4==0.0.1
|
||||||
|
certifi==2022.6.15
|
||||||
|
h11==0.12.0
|
||||||
|
httpcore==0.15.0
|
||||||
|
httpx==0.23.0
|
||||||
|
idna==3.3
|
||||||
|
rfc3986==1.5.0
|
||||||
|
sniffio==1.2.0
|
||||||
|
soupsieve==2.3.2.post1
|
||||||
|
websockets==10.3
|
Loading…
Reference in New Issue