summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJosé Padilla <jpadilla@webapplicate.com>2020-08-19 10:38:10 -0400
committerGitHub <noreply@github.com>2020-08-19 20:38:10 +0600
commitab1fc5fa8c4b4102c2a51d195c1fb4d7e64f69a3 (patch)
treee7f463de77165dd408a47656208688989b7d9937 /setup.cfg
parent2314124747188632ebd984b7a0eb4c23366c1125 (diff)
downloadpyjwt-ab1fc5fa8c4b4102c2a51d195c1fb4d7e64f69a3.tar.gz
Setup GH Actions (#499)
* Setup GH Actions * Remove src path changes * Add dev extras * Update USING_COVERAGE * last update * Upgrade pytest * Remove 2.7 things
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg19
1 files changed, 16 insertions, 3 deletions
diff --git a/setup.cfg b/setup.cfg
index 6f6616b..7981bfa 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -37,11 +37,24 @@ console_scripts =
pyjwt = jwt.__main__:main
[options.extras_require]
+docs =
+ sphinx
+ sphinx-rtd-theme
+ zope.interface
crypto =
- cryptography >= 1.4
+ cryptography>=1.4
tests =
- pytest>=4.0.1,<5.0.0
- pytest-cov>=2.6.0,<3.0.0
+ pytest>=6.0.0,<7.0.0
+ coverage[toml]==5.0.4
+dev =
+ sphinx
+ sphinx-rtd-theme
+ zope.interface
+ cryptography>=1.4
+ pytest>=6.0.0,<7.0.0
+ coverage[toml]==5.0.4
+ mypy
+ pre-commit
[options.packages.find]
exclude =