Skip to content

Commit

Permalink
Fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
calina-c committed Feb 6, 2023
1 parent 37ed015 commit c146539
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,14 @@
"PyYAML==5.4.1",
"requests>=2.21.0",
"deprecated",
"tqdm==4.64.1",
"pytz==2022.2.1",
"cryptography==3.3.2",
"pycryptodomex",
"tqdm",
"pytz",
"cryptography",
"scipy",
"enforce-typing==1.0.0.post1",
"json-sempai==0.4.0",
"eciespy==0.3.0",
"eciespy",
"eth-brownie==1.19.3",
"yarl==1.8.1",
"bitarray>=2.6.0,<3",
Expand All @@ -42,11 +44,14 @@
setup_requirements = ["pytest-runner"]

test_requirements = [
"codacy-coverage==1.3.11",
"coverage==6.4.4",
"mccabe==0.7.0",
"codacy-coverage",
"coverage",
"docker",
"mccabe",
"pylint",
"pytest",
"pytest-watch",
"mkcodes==0.1.1",
"pytest==6.2.5",
"pytest-sugar==0.9.6",
]

Expand Down

0 comments on commit c146539

Please sign in to comment.