Working copy cleanup
This commit is contained in:
parent
992fcec9ae
commit
7a6f0d738c
8
.gitignore
vendored
Normal file
8
.gitignore
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
.env
|
||||
.gitignore
|
||||
karma.db
|
||||
proxies.db
|
||||
proxy_lists/
|
||||
session.txt
|
||||
socks5.txt
|
||||
venv/
|
@ -1,3 +1,36 @@
|
||||
simplematrixbotlib
|
||||
python-dotenv
|
||||
pathlib
|
||||
aiofiles==23.2.1
|
||||
aiohttp==3.9.3
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user