summaryrefslogtreecommitdiff
path: root/requirements.txt
Commit message (Collapse)AuthorAgeFilesLines
* 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