add ecdsa to the pipfile

This commit is contained in:
2020-05-16 22:11:44 -05:00
parent 27c7f28e53
commit 321a46d77b
2 changed files with 10 additions and 1 deletions

View File

@ -28,6 +28,7 @@ stripe = "*"
matplotlib = "*"
requests = "*"
python-dotenv = "*"
ecdsa = "*"
[dev-packages]