initial commit

This commit is contained in:
2021-03-11 18:17:26 +01:00
commit f58ed9fee0
5 changed files with 81 additions and 0 deletions

13
Pipfile Normal file
View File

@ -0,0 +1,13 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
beautifulsoup4 = "*"
aiohttp = "*"
[dev-packages]
[requires]
python_version = "*"