This commit is contained in:
Ahmed Bilal 2019-09-03 18:06:41 +02:00
commit f40d9c3f11
8 changed files with 14 additions and 15 deletions

3
Pipfile Normal file → Executable file
View file

@ -7,12 +7,15 @@ verify_ssl = true
bandit = "*"
flake8 = "*"
black = "==19.3b0"
pylint = "*"
[packages]
python-decouple = "*"
pytest = "*"
coverage = "*"
grpcio = "*"
python-etcd3 = {editable = true,git = "https://github.com/kragniz/python-etcd3"}
pylint = "*"
[requires]
python_version = "3.7"