about summary refs log blame commit diff stats
path: root/Pipfile
blob: a927408c6178eb3faa803f325963c7d3c9223721 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                               
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[requires]
python_version = "3.5"

[dev-packages]
pytest = "*"
"flake8" = "*"
pylint = "<2.0.0"
"enum34" = "*"

[packages]