Skip to content

Commit

Permalink
Merge pull request #497 from pyupio/perf/dependencies
Browse files Browse the repository at this point in the history
perf: unpin authlib and remove jwt
  • Loading branch information
yeisonvargasf committed Jan 19, 2024
2 parents e9bf977 + 2f9859e commit dd43359
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ install_requires =
ruamel.yaml>=0.17.21
jinja2>=3.1.0
marshmallow>=3.15.0
Authlib==1.2.0
jwt==1.3.1
Authlib>=1.2.0
rich
typer
pydantic>=1.10.12,<2.0
Expand Down
3 changes: 1 addition & 2 deletions test_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ jinja2; python_version=="3.6"
jinja2>=3.1.0; python_version>="3.7"
marshmallow; python_version=="3.6"
marshmallow>=3.15.0; python_version>="3.7"
Authlib==1.2.0
jwt==1.3.1
Authlib>=1.2.0
rich
typer
pydantic>=1.10.12,<2.0
Expand Down

0 comments on commit dd43359

Please sign in to comment.