Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unnecessary production dependencies
- pytest (reason: moved to requirements-dev.txt) - py (reasons: maintenance mode, unused) - attrs (reason: unused) - pluggy (reason: moved to requirements-dev.txt) - iniconfig (reason: moved to requirements-dev.txt) - black (reason: moved to requirements-dev.txt) - jwcrypto 1.5 -> 1.5.6 (reason: improved security) - python_jwt -> pyjwt (reason: deprecated) - six (reason: unused, also Python 2 support got dropped long ago)
- Loading branch information