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

[packages]
websocket-client = "*"

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