aboutsummaryrefslogtreecommitdiff
path: root/Pipfile
blob: d4a143dc94414217e7dd3f83c90d84a1348b40ca (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.7'

[packages]
flask = '*'
gunicorn = '*'
regex = '*'

#textout = { git = 'https://forge.touhey.fr/pc/textout.git' }
textout = { git = 'https://gitea.planet-casio.com/cake/textout.git' }

[dev-packages]
sphinx = '*'