relay/Pipfile

17 lines
215 B
TOML
Raw Normal View History

2018-08-10 19:19:38 +00:00
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
aiohttp = "*"
2018-08-10 19:27:36 +00:00
asyncio-irc = "*"
pycrypto = "*"
2018-08-10 19:59:38 +00:00
simplejson = "*"
pyyaml = "*"
2018-08-10 19:19:38 +00:00
[dev-packages]
[requires]
python_version = "3.6"