2
0
Fork 0
textout/Pipfile

19 lines
260 B
TOML

[[source]]
url = 'https://pypi.python.org/simple'
verify_ssl = true
name = 'pypi'
[requires]
python_version = '3.8'
[packages]
regex = '*'
thcolor = '*'
[dev-packages]
sphinx = '*'
sphinx-rtd-theme = "*"
"collective.checkdocs" = '*'
pudb = '*'
pytest = '*'