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

[requires]
python_version = '3.7'

[packages]
flask = '*'
flask-assets = '*'
jsmin = '*'
cssmin = '*'

gunicorn = '*'
honcho = '*'

regex = '*'

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

[dev-packages]
sphinx = '*'