Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
System
SDKs
Python SDK
Commits
d94024d1
Commit
d94024d1
authored
Oct 05, 2021
by
Spencer Sutton
Browse files
Adding requests and install_requires
parent
95d7b7e2
Pipeline
#70125
passed with stages
in 2 minutes and 58 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
osdu_api/clients/partition/partition_client.py
View file @
d94024d1
...
...
@@ -12,7 +12,6 @@
# limitations under the License.
import
os
import
requests
import
logging
import
json
import
importlib
...
...
setup.py
View file @
d94024d1
...
...
@@ -55,7 +55,9 @@ setuptools.setup(
"pyyaml==5.4.1"
,
"strict-rfc3339==0.7"
,
"toposort==1.6"
,
"dataclasses==0.8;python_version<'3.7'"
"dataclasses==0.8;python_version<'3.7'"
,
"requests"
,
"logging"
],
extras_require
=
{
"all"
:
[
"requests==2.25.1"
,
"tenacity==6.2.0"
]
...
...
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