1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00
2019-12-31 12:03:23 -07:00

59 lines
1.0 KiB
TOML

[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
anybadge = "*"
black = "==19.3b0"
isort = "*"
bandit = "*"
flake8 = "*"
flake8-bandit = "*"
flake8-black = "*"
flake8-breakpoint = "*"
flake8-bugbear = "*"
flake8-builtins = "*"
flake8-comprehensions = "*"
flake8-deprecated = "*"
flake8-eradicate = "*"
flake8-if-expr = "*"
flake8-isort = "*"
flake8-pie = "*"
flake8-plugin-utils = "*"
flake8-polyfill = "*"
flake8-print = "*"
flake8-return = "*"
pep8-naming = "*"
flake8-docstrings = "*"
pre-commit = "*"
[packages]
aredis = "==1.1.5"
click = "==7.0"
cryptography = "==2.8"
hiredis = "==1.0.0"
httpx = "==0.9.*"
Jinja2 = "==2.10.1"
loguru = "*"
markdown2 = "==2.3.8"
netmiko = "==2.4.1"
passlib = "==1.7.1"
prometheus_client = "==0.7.1"
pydantic = "==1.*"
PyJWT = "==1.7.1"
PyYAML = "==5.1.1"
redis = "==3.2.1"
sanic-limiter = "==0.1.3"
sanic = "==19.6.2"
sshtunnel = "==0.1.5"
stackprinter = "==0.2.3"
uvloop = "==0.13.0"
aiofile = "*"
[requires]
python_version = "3.7"
[pipenv]
allow_prereleases = true