Initial commit
This commit is contained in:
commit
05b2ac332d
7 changed files with 834 additions and 0 deletions
18
Pipfile
Normal file
18
Pipfile
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue