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

[packages]

sqlalchemy = "*"
mysqlclient = "*"
funcy = "*"
toolz = "*"
maya = "*"
ujson = "*"
prettytable = "*"
jsonrpcserver = "4.1.3+8f3437a"
aiohttp = "*"
aiopg = "*"
psycopg2-binary = "*"
diff-match-patch = "*"

[dev-packages]

ipython = "*"
pep8 = "*"
pytest = "*"
pytest-cov = "*"
pytest-docker = "*"
pytest-pylint = "*"
pytest-asyncio = "*"
pytest-console-scripts = "*"
yapf = "*"
autopep8 = "*"
tox = "*"

[requires]
python_version = "3.6"
