Skip to content

Commit

Permalink
TEMP: Pin authsign to GitHub branch until 0.5.1 released
Browse files Browse the repository at this point in the history
  • Loading branch information
tw4l committed Apr 11, 2024
1 parent 9f4a480 commit 52363bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def long_description():
long_description=long_description(),
long_description_content_type="text/markdown",
install_requires=load_requirements("requirements.txt"),
extras_require={"signing": ["authsign>=0.5.1", "requests"]},
extras_require={"signing": ["https://github.com/webrecorder/authsign/archive/refs/heads/pydantic-class-var.zip", "requests"]},
zip_safe=True,
setup_requires=["pytest-runner"],
entry_points="""
Expand Down

0 comments on commit 52363bc

Please sign in to comment.