2
0
Fork 0
textout/Pipfile

17 lines
269 B
TOML
Raw Normal View History

2018-07-30 14:51:38 +02:00
[[source]]
url = 'https://pypi.python.org/simple'
verify_ssl = true
name = 'pypi'
[requires]
2018-08-25 17:38:24 +02:00
python_version = '3.7'
2018-07-30 14:51:38 +02:00
[packages]
regex = '*'
thcolor = { git = 'https://forge.touhey.org/thcolor.git' }
2018-07-30 15:12:54 +02:00
[dev-packages]
sphinx = '*'
"collective.checkdocs" = '*'
2018-08-25 17:38:24 +02:00
pudb = '*'