Merge pull request #551 from theupdateframework/fix_dev_requirements

Correctly set version dependency for 'six' and 'iso8601'
This commit is contained in:
Vladimir Diaz 2017-12-12 10:06:47 -05:00 committed by GitHub
commit bfe30df20f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,8 +16,8 @@
# signatures. The minimal install can only verify ed25519 signatures. Pinned
# packages: http://nvie.com/posts/pin-your-packages/
cffi==1.11.2
six=1.11.0
iso8601=0.1.12
six==1.11.0
iso8601==0.1.12
pynacl==1.2.1
cryptography==2.1.4
securesystemslib==0.10.8