mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Merge pull request #551 from theupdateframework/fix_dev_requirements
Correctly set version dependency for 'six' and 'iso8601'
This commit is contained in:
commit
bfe30df20f
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue