Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
synapse
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Timo Ley
synapse
Commits
217950b9
Commit
217950b9
authored
10 years ago
by
Mark Haines
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into develop
parents
b2aeaa2d
f3ee8d63
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
setup.py
+4
-4
4 additions, 4 deletions
setup.py
with
4 additions
and
4 deletions
setup.py
+
4
−
4
View file @
217950b9
...
@@ -26,13 +26,13 @@ def read(fname):
...
@@ -26,13 +26,13 @@ def read(fname):
return
open
(
os
.
path
.
join
(
os
.
path
.
dirname
(
__file__
),
fname
)).
read
()
return
open
(
os
.
path
.
join
(
os
.
path
.
dirname
(
__file__
),
fname
)).
read
()
setup
(
setup
(
name
=
"
synapse
"
,
name
=
"
matrix-
synapse
"
,
version
=
read
(
"
VERSION
"
),
version
=
read
(
"
VERSION
"
)
.
strip
()
,
packages
=
find_packages
(
exclude
=
[
"
tests
"
,
"
tests.*
"
]),
packages
=
find_packages
(
exclude
=
[
"
tests
"
,
"
tests.*
"
]),
description
=
"
Reference Synapse Home Server
"
,
description
=
"
Reference Synapse Home Server
"
,
install_requires
=
[
install_requires
=
[
"
syutil==0.0.2
"
,
"
syutil==0.0.2
"
,
"
syweb
==0.
0.1
"
,
"
matrix_angular_sdk
==0.
5.0
"
,
"
Twisted>=14.0.0
"
,
"
Twisted>=14.0.0
"
,
"
service_identity>=1.0.0
"
,
"
service_identity>=1.0.0
"
,
"
pyopenssl>=0.14
"
,
"
pyopenssl>=0.14
"
,
...
@@ -45,7 +45,7 @@ setup(
...
@@ -45,7 +45,7 @@ setup(
dependency_links
=
[
dependency_links
=
[
"
https://github.com/matrix-org/syutil/tarball/v0.0.2#egg=syutil-0.0.2
"
,
"
https://github.com/matrix-org/syutil/tarball/v0.0.2#egg=syutil-0.0.2
"
,
"
https://github.com/pyca/pynacl/tarball/52dbe2dc33f1#egg=pynacl-0.3.0
"
,
"
https://github.com/pyca/pynacl/tarball/52dbe2dc33f1#egg=pynacl-0.3.0
"
,
"
https://github.com/matrix-org/matrix-angular-sdk/tarball/
master/#egg=syweb-0.0.1
"
,
"
https://github.com/matrix-org/matrix-angular-sdk/tarball/
v0.5.0/#egg=matrix_angular_sdk-0.5.0
"
,
],
],
setup_requires
=
[
setup_requires
=
[
"
setuptools_trial
"
,
"
setuptools_trial
"
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment