aboutsummaryrefslogtreecommitdiff
path: root/Pipfile
blob: 2b67cce8939674eafaf9bb80f4033f75d8ddf329 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[[source]]
url = 'https://pypi.python.org/simple'
verify_ssl = true
name = 'pypi'

[requires]
python_version = '3.7'

[packages]
regex = '*'

[dev-packages]
sphinx = '*'
"collective.checkdocs" = '*'
pudb = '*'
pytest = '*'