Commit graph

29 commits

Author SHA1 Message Date
pyup-bot
63b6a757d3
Update pynacl from 1.2.0 to 1.2.1
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2017-12-04 13:34:17 -05:00
pyup-bot
0196b19c73
Update cryptography from 2.1.3 to 2.1.4
Signed-off-by: Vladimir <vladimir.v.diaz@gmail.com>
2017-11-30 15:50:15 -05:00
Vladimir Diaz
3a972c7bbe
Add Pylint dependency to CI and dev requirement files
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2017-11-15 16:29:49 -05:00
Vladimir Diaz
3310cb3d26
Add missing dependencies and update securesystemslib in dev-requirements.txt
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2017-11-09 11:18:25 -05:00
pyup-bot
15cbf87f8e
Update cryptography from 2.1.2 to 2.1.3
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2017-11-03 10:17:34 -04:00
pyup-bot
473c01a5d9
Update pynacl from 1.1.2 to 1.2.0
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2017-11-02 15:35:14 -04:00
pyup-bot
108e863861 Update cryptography from 2.1.1 to 2.1.2 2017-10-25 08:38:05 -04:00
pyup-bot
459b55017c Pin tox to latest version 2.9.1 2017-10-13 11:17:56 -04:00
pyup-bot
03f06004e3 Update cryptography from 2.0.3 to 2.1.1 2017-10-13 11:17:55 -04:00
pyup-bot
1fd4f40301 Update pynacl from 1.0.1 to 1.1.2 2017-10-13 11:17:53 -04:00
pyup-bot
bccdcb5b38 Update cffi from 1.7.0 to 1.11.2 2017-10-13 11:17:52 -04:00
Vladimir Diaz
02ddfb02f5
Remove PyCrypto dependency
Our crypto library dropped multi-library support and no longer uses PyCrypto.
2017-10-13 10:44:39 -04:00
Vladimir Diaz
6340aafbb4
Upgrade pyca/cryptography 2017-09-22 11:18:51 -04:00
Vladimir Diaz
fa22ea1a59
Use v0.10.7 of securesystemslib
v0.10.7 implements TAP 9
2017-08-23 15:08:44 -04:00
Vladimir Diaz
32aab8f5fb
Use securesystemslib v0.10.6
that contains bug fix for _get_keyid()
2017-07-17 17:04:35 -04:00
Vladimir Diaz
7720b74cba Remove crypto dependencies, which are now handles by securesystemslib 2017-01-13 10:26:47 -05:00
Vladimir Diaz
cb2b4ac83b Remove 'simple-settings' requirement and add 'securesystemslib' 2017-01-12 16:31:47 -05:00
Artiom Baloian
b793c81739 Added simple_settings, now it is a requirement of TuF.
Rename conf.py into the settings.py an changed import call.
2016-11-01 15:38:40 -04:00
Vladimir Diaz
8faf32ef37 Update dev-requirements.txt 2016-08-08 11:29:21 -04:00
Vladimir Diaz
ef2ab091db Bump cryptography to 1.0 in dev-requirements.txt 2015-08-31 15:56:47 -04:00
Vladimir Diaz
b2132e3c72 Support enryption + decryption with pyca/cryptography 2015-07-30 10:19:44 -04:00
Vladimir Diaz
70a3510afc Minor updates to requirement files. 2014-06-10 08:28:29 -04:00
vladdd
31bfc5fce5 Remove incorrect dependency from tox.ini.
Adding 'unittest' to tox.ini fails for Python > 3.0 installations.
2014-06-08 22:19:37 -04:00
vladdd
17b230abdd Support Python 2.6. 2014-06-06 18:57:23 -04:00
Vladimir Diaz
a7f28b9af4 [WIP] Python 2+3 support.
Add six, convert PY <=2.5 exception handling, dictionary iteration, libraries, 1/2 the tests.
2014-04-22 15:03:42 -04:00
Vladimir Diaz
4e09fe29f8 Update comments following Trishank's review of the #186 pull request. 2014-03-11 08:07:18 -04:00
vladdd
845b98fda1 Modify installation setup.
Support the following installation setup:
# Minimal install intended for clients (pure Python, only ed25519 signatures).
pip install tuf

# Optional installation required by the TUF repository tools (RSA keys and rsassa-pss
# signatures, faster ed25519 cryptographic computations, general-purpose cryptography, etc.)
pip install tuf[tools]

Re-implement the fix for issue #167.

Update comments and docstrings related to the fixes above.
2014-03-08 17:56:40 -05:00
vladdd
e3f067d673 Add note to requirements file. 2014-03-07 23:44:39 -05:00
vladdd
9249f8639b Address issues #175 and #176. Update installation modules.
Add setuptools' find_packages() to avoid repeated updates to the list of packages.
Add setup() arguments, such as classifiers (Trove classifiers used for project classification and searching), keywords, and extra requirements.
Add pip requirements installation file.
Update supported tuf installation options:
Installing from pip and installing an extras requirement (pip install tuf[fast_ed25519]).
2014-03-07 23:36:32 -05:00