mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Minor updates to requirement files.
This commit is contained in:
parent
15592b2e15
commit
70a3510afc
2 changed files with 4 additions and 0 deletions
|
|
@ -17,4 +17,7 @@
|
|||
# http://nvie.com/posts/pin-your-packages/
|
||||
pycrypto==2.6.1
|
||||
pynacl==0.2.3
|
||||
|
||||
# Testing requirements. The rest of the testing dependencies available in
|
||||
# 'tox.ini'
|
||||
tox
|
||||
|
|
|
|||
1
tox.ini
1
tox.ini
|
|
@ -19,6 +19,7 @@ deps =
|
|||
pynacl
|
||||
pycrypto
|
||||
|
||||
|
||||
[testenv:py26]
|
||||
deps =
|
||||
{[testenv]deps}
|
||||
|
|
|
|||
Loading…
Reference in a new issue