aboutsummaryrefslogtreecommitdiff
path: root/Pipfile
blob: c6ba6e07a58ec712b3f271e1085871bf5a53d9bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[[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 = '*'