aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
blob: 223666632b9b9964378976ffe7286655c85d9a26 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true

[packages]
websocket-client = "*"

[dev-packages]
mock   = "*"
pytest = "*"
flake8 = "*"