2
0
Fork 0
textout/Pipfile

17 lines
269 B
TOML

[[source]]
url = 'https://pypi.python.org/simple'
verify_ssl = true
name = 'pypi'
[requires]
python_version = '3.7'
[packages]
regex = '*'
thcolor = { git = 'https://forge.touhey.org/thcolor.git' }
[dev-packages]
sphinx = '*'
"collective.checkdocs" = '*'
pudb = '*'