1
0
Fork 0
NewsGrabber/Pipfile

13 lines
153 B
TOML
Raw Permalink Normal View History

2020-01-18 15:34:40 +00:00
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
2020-01-18 18:36:33 +00:00
requests = "*"
2020-01-18 15:34:40 +00:00
[requires]
python_version = "3.7"