Switch python-httpsig-socialhome dependency to PyPi packaged version

fix-url-regex
Jason Robinson 2023-02-08 16:27:24 +01:00
rodzic 1603fd7bf7
commit 449ea99e97
2 zmienionych plików z 7 dodań i 3 usunięć

Wyświetl plik

@ -1,5 +1,11 @@
# Changelog
## unreleased
### Changed
* Switch `python-httpsig-socialhome` dependency to PyPi packaged version.
## [0.23.0] - 2023-02-08
### Added

Wyświetl plik

@ -11,8 +11,6 @@ description = 'Python library to abstract social web federation protocols like A
def get_long_description():
return open(os.path.join(os.path.dirname(__file__), "docs", "introduction.rst")).read()
setup(
name='federation',
version=__version__,
@ -39,6 +37,7 @@ setup(
"jsonschema>=2.0.0",
"pycryptodome>=3.4.10",
"python-dateutil>=2.4.0",
"python-httpsig-socialhome",
"python-magic",
"python-slugify>=5.0.0",
"python-xrd>=0.1",
@ -47,7 +46,6 @@ setup(
"redis",
"requests>=2.8.0",
"requests-cache",
"httpsig @ git+https://github.com/tripougnif/python-httpsig-socialhome.git@ce03fa7b25acfacc14fba2670c33246025db7be0#egg=httpsig==0.1",
],
include_package_data=True,
classifiers=[