forked from olmstea1/python-romscraper
Initial Commit
This commit is contained in:
19
Pipfile
Normal file
19
Pipfile
Normal file
@ -0,0 +1,19 @@
|
||||
[[source]]
|
||||
name = "pypi"
|
||||
url = "https://pypi.org/simple"
|
||||
verify_ssl = true
|
||||
|
||||
[dev-packages]
|
||||
|
||||
[packages]
|
||||
requests = "*"
|
||||
requests-html = "*"
|
||||
pandas = "*"
|
||||
regex = "*"
|
||||
cython = "*"
|
||||
idna = "*"
|
||||
websockets = "*"
|
||||
pyinstaller = "*"
|
||||
|
||||
[requires]
|
||||
python_version = "3.9"
|
||||
Reference in New Issue
Block a user