aboutsummaryrefslogblamecommitdiffstats
path: root/Pipfile
blob: 96d85c950d85173e3d9172a62d5311b30e459ce5 (plain) (tree)
1
2
3
4
5
6
7
8
9
          
             

                               




                      
           


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

[packages]
websocket-client = "*"

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