bumper/Pipfile
Brian Martin a4fec85717 WIP: Bot and Client
- Using tinydb
- Bot and clients tracked in db
2019-03-02 16:33:56 -05:00

11 lines
150 B
TOML

[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
hbmqtt = "*"
aiohttp = "*"
tinydb = "*"
[dev-packages]