2
0
Fork 0
textout/Pipfile

18 lines
237 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 = '*'
2019-06-25 14:49:22 +02:00
thcolor = '*'
2018-07-30 15:12:54 +02:00
[dev-packages]
sphinx = '*'
"collective.checkdocs" = '*'
2018-08-25 17:38:24 +02:00
pudb = '*'
2019-06-25 14:49:22 +02:00
pytest = '*'