project init

This commit is contained in:
Xevion
2021-03-14 09:35:39 -05:00
commit 356813ed64
3 changed files with 175 additions and 0 deletions

14
Pipfile Normal file
View File

@@ -0,0 +1,14 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
scrapy = "*"
ftfy = "*"
demjson = "*"
[requires]
python_version = "3.7"