Pipfile
 1  [[source]]
 2  name = "pypi"
 3  url = "https://pypi.org/simple"
 4  verify_ssl = true
 5  
 6  [dev-packages]
 7  
 8  [packages]
 9  discord-py = "*"
10  websocket-client = "*"
11  sentry-sdk = "*"
12  
13  [requires]
14  python_version = "3.8"
15  
16  [scripts]
17  main = "python cryptic_status.py"