Skip to content
Snippets Groups Projects
Commit c501d3d1 authored by Bjarke Madsen's avatar Bjarke Madsen
Browse files

add requests because authlib can't manage their imports

parent ee81764b
Branches
Tags
No related merge requests found
......@@ -22,7 +22,8 @@ setup(
'SQLAlchemy~=2.0',
'sentry-sdk[flask]~=1.23',
'authlib~=1.2',
'flask-login~=0.6'
'flask-login~=0.6',
'requests~=2.31'
],
include_package_data=True,
entry_points={
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment