diff options
author | David Ansermino <david.ansermino@mail.utoronto.ca> | 2018-10-18 23:32:11 +0800 |
---|---|---|
committer | David Ansermino <david.ansermino@mail.utoronto.ca> | 2018-10-18 23:32:11 +0800 |
commit | 3a52fe7b0a87e4e8f7fa97dc54d7559a89bc1c97 (patch) | |
tree | e30b2070e2b0afe9ffa0e2e5139212231e9b02c0 | |
parent | b125eb8e7a24fa3e4366fbc3ea6adabb83c9afd7 (diff) | |
download | dexon-tests-3a52fe7b0a87e4e8f7fa97dc54d7559a89bc1c97.tar dexon-tests-3a52fe7b0a87e4e8f7fa97dc54d7559a89bc1c97.tar.gz dexon-tests-3a52fe7b0a87e4e8f7fa97dc54d7559a89bc1c97.tar.bz2 dexon-tests-3a52fe7b0a87e4e8f7fa97dc54d7559a89bc1c97.tar.lz dexon-tests-3a52fe7b0a87e4e8f7fa97dc54d7559a89bc1c97.tar.xz dexon-tests-3a52fe7b0a87e4e8f7fa97dc54d7559a89bc1c97.tar.zst dexon-tests-3a52fe7b0a87e4e8f7fa97dc54d7559a89bc1c97.zip |
Specified dependency version ranges, added .env3 to gitignore
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | requirements.txt | 6 |
2 files changed, 4 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index 88e589596..502263e07 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ docs/_build/ .vagrant/ *.pem src/GenStateTestAsBcTemp/ +.env/
\ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 4be6cb695..05c5cca0a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -pyaml -pysha3 -jsonschema +pyaml>=17.0,<18 +pysha3>=1.0,<2.0 +jsonschema>=2.6,<3.0 |