Merge into master

This commit is contained in:
Ahmed Bilal 2019-09-03 18:01:40 +02:00
commit 4a3c81852a
12 changed files with 18 additions and 364 deletions

2
Pipfile Normal file → Executable file
View file

@ -4,6 +4,7 @@ url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
prospector = "*"
[packages]
pyotp = "*"
@ -11,6 +12,7 @@ python-decouple = "*"
requests = "*"
flask = "*"
flask-restful = "*"
grpcio = "*"
etcd3 = "*"
gunicorn = "*"
bitmath = "*"