mirror of
https://github.com/davegallant/rfd.git
synced 2025-08-07 00:58:14 +00:00
* switch to tox-pipenv. * pipfile disable python version. * pytest is a dev dependency. * install pipenv dev.
16 lines
200 B
TOML
16 lines
200 B
TOML
[[source]]
|
|
url = "https://pypi.python.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
beautifulsoup4 = "*"
|
|
click = "*"
|
|
colorama = "*"
|
|
requests = "*"
|
|
|
|
[dev-packages]
|
|
pylint = "*"
|
|
pytest = "*"
|
|
|