Initial commit

This commit is contained in:
Czar 2021-05-16 18:02:27 -03:00
commit 05b2ac332d
Signed by: czar
GPG key ID: 2DBA9558E9277C37
7 changed files with 834 additions and 0 deletions

18
Pipfile Normal file
View file

@ -0,0 +1,18 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
aiohttp = "*"
requests = "*"
slixmpp = "*"
beautifulsoup4 = "*"
pythonsed = {git = "https://github.com/GillesArcas/PythonSed"}
pantomime = "*"
youtube_dl = "*"
[dev-packages]
[requires]
python_version = "3.9"