Working copy cleanup

This commit is contained in:
Hash Borgir 2024-02-12 14:47:24 -07:00
parent 992fcec9ae
commit 7a6f0d738c
2 changed files with 44 additions and 3 deletions

8
.gitignore vendored Normal file
View File

@ -0,0 +1,8 @@
.env
.gitignore
karma.db
proxies.db
proxy_lists/
session.txt
socks5.txt
venv/

View File

@ -1,3 +1,36 @@
simplematrixbotlib aiofiles==23.2.1
python-dotenv aiohttp==3.9.3
pathlib aiohttp-socks==0.7.1
aiosignal==1.3.1
async-timeout==4.0.3
attrs==23.2.0
certifi==2024.2.2
cffi==1.16.0
charset-normalizer==3.3.2
cryptography==42.0.2
frozenlist==1.4.1
h11==0.14.0
h2==4.1.0
hpack==4.0.0
hyperframe==6.0.1
idna==3.6
jsonschema==4.21.1
jsonschema-specifications==2023.12.1
Markdown==3.5.2
matrix-nio==0.23.0
multidict==6.0.5
pillow==10.2.0
pycparser==2.21
pycryptodome==3.20.0
python-cryptography-fernet-wrapper==1.0.4
python-dotenv==1.0.1
python-socks==2.4.4
pytube==15.0.0
referencing==0.33.0
requests==2.31.0
rpds-py==0.17.1
simplematrixbotlib==2.10.3
toml==0.10.2
unpaddedbase64==2.1.0
urllib3==2.2.0
yarl==1.9.4