mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-19 16:44:12 -04:00
use a tagged version of syutil rather than master
This commit is contained in:
parent
f0382357ca
commit
06a5a40e90
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -41,7 +41,7 @@ setup(
|
||||||
"py-bcrypt",
|
"py-bcrypt",
|
||||||
],
|
],
|
||||||
dependency_links=[
|
dependency_links=[
|
||||||
"https://github.com/matrix-org/syutil/tarball/master#egg=syutil-0.0.2",
|
"https://github.com/matrix-org/syutil/tarball/v0.0.2#egg=syutil-0.0.2",
|
||||||
],
|
],
|
||||||
setup_requires=[
|
setup_requires=[
|
||||||
"setuptools_trial",
|
"setuptools_trial",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue