Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Duncan Macleod
gracedb-client
Commits
686b313d
Unverified
Commit
686b313d
authored
Sep 26, 2022
by
Duncan Macleod
Browse files
setup.py: remove unnecessary requirement on safe-netrc
this is a first-class requirement of igwn-auth-utils now
parent
aea1745b
Pipeline
#458361
passed with stages
in 5 minutes and 23 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ligo-gracedb.spec
View file @
686b313d
...
...
@@ -37,7 +37,6 @@ Requires: python%{python3_pkgversion}-future
Requires: python%{python3_pkgversion}-igwn-auth-utils
Requires: python%{python3_pkgversion}-requests
Requires: python%{python3_pkgversion}-six
Requires: python%{python3_pkgversion}-safe-netrc
%{?python_provide:%python_provide python%{python3_pkgversion}-%{srcname}}
%description -n python%{python3_pkgversion}-%{srcname}
The gravitational-wave candidate event database (GraceDB) is a
...
...
setup.py
View file @
686b313d
...
...
@@ -103,7 +103,6 @@ setup(
'cryptography>=1.7.2, <=36.0.2'
,
'requests>=2.6.0'
,
'igwn-auth-utils>=0.3.1'
,
'safe_netrc>=1.0.0'
,
],
setup_requires
=
SETUP_REQUIRES
,
tests_require
=
TEST_REQUIRES
,
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment