summaryrefslogtreecommitdiff
path: root/requirements.txt
Commit message (Collapse)AuthorAgeFilesLines
* Remove upper bound on cryptography versionRichard Connon2021-10-031-1/+1
| | | | | | | Cryptography has adopted a firefox-style versioning system where new feature releases always have new major versions even if they don't have backwards incompatible changes. This means that an upper bound on the dependency does not make sense.
* Bump pyjwt and cryptography versions (#749)jason2021-02-121-2/+2
| | | | | | | | | | | | | | | | | | | | | * Bump pyjwt and cryptography versions Bump PyJWT to v2. No backward incompatible changes in the new version affects oauthlib. Bump minimum cryptography version to 3. PyJWT bumps cryptography as well plus older versions don't support newer versions of openssl. * Remove python 3.5 support; add python 3.8 support - Python 3.5 has reached end-of-life. - Add support for Python 3.8 - Move dist to bionic (xenial is EOL in April) - Upgrade pip in travis.yml's `before_install`. this should install a wheel for pyca/cryptography - Install rust for pypy builds. It is a requirement for cryptography as no pypy wheels exist. Co-authored-by: Asif Saif Uddin <auvipy@gmail.com>
* Update requirements.txtAsif Saif Uddin2020-05-091-1/+1
|
* Update requirements.Pieter Ennes2018-03-191-3/+3
|
* Use slots for token bearer.Omer Katz2016-04-101-1/+1
|
* Support newer PyJWT (1.0.0). remove PyCrypto completely for cryptography and ↵Joseph Tate2015-04-141-3/+3
| | | | PyJWT helpers. Reformat some test certificates to be easier to maintain. Update documentation to match use of cryptography instead of PyCrypto
* move test requirements to requirements-test.txt. use tox for tests on ↵george.whewell2015-01-271-2/+0
| | | | .travis.yml
* Lock requirements to specific versions. Use requirements.txt for tox deps.george.whewell2015-01-271-8/+5
|
* Add crypto token capabilityjturmel2014-03-171-1/+2
| | | | | | | | | | | * Add a method to generate crypto tokens for use as Bearer tokens * Add a method to verify an incoming crypto token and unpack the header and claims * Uses the PyJWT library This is not JWT token support, merely a way to generate Bearer tokens that won't have to be stored in a database but can self-validate and store additional information that you see fit.
* Added sphinx to requirementsOndrej Slinták2013-02-141-0/+1
|
* Added mock and nose to requirements.txtOndrej Slinták2013-02-031-0/+2
|
* Added missing crypto library to requirements.txtOndrej Slinták2013-02-011-0/+1
|
* Add tooling for pyccoIdan Gazit2012-05-031-0/+3