-
Hi,
I have installed the library using
```
pip install --upgrade google-api-python-client
```
Into my virtual env. Everything is working just fine. Although when I push to production and hav…
-
This is probably not a bug of Pipenv per se (virtualenv -p python3 had a similar issue), however opening just in case this helps someone.
Running the latest version of Python 3 and Ubuntu 18.04, I …
ustun updated
3 years ago
-
When trying to run `pipenv install okta` to install version 1.0.0 on Python 3.8 I get:
```
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/pipenv/resolver.py", l…
-
- [x] Merge API repo in subdirectory in the pipeline repo
- [x] Refactor API codebase in a dedicated directory
- [x] Remove mr_table related stuff
- [x] Cleanup dependencies, add new dependencies f…
-
Currently I'm using ketcher on my own backend as I use it mainly as an input source.
It would be really nice to know what indigo service's quieries and answers look like to be able to integrate it …
-
Create a base flask app to wrap functionality from https://github.com/GeoscienceAustralia/AusPIX_DGGS
Consider these lib for swagger/openapi bindings:
* https://github.com/python-restx/flask-rest…
-
I overwrite the default data with following code:
```
# config.py
template = {
"swagger": "2.0",
"info": {
"title": "KG Service API & Algorithm API",
"description": "API for Knowl…
-
# Thank you for reporting an issue to google-cloud-python!
If you are reporting an issue or requesting a feature, please search the
existing open and closed issues to see if there is already work …
-
GA will host DGGS Engine Web API as per https://github.com/CSIRO-enviro-informatics/loci.cat/issues/59#issuecomment-627700377
Propose implementing as DGGS Engine Web API
* Flask + OpenAPI REST int…
-
Right now the API link goes straight to the `api/v1/model`. But it really should be a landing page where we link to (multiple) APIs.
Add a new blueprint called `blueprints/api.py`. It should have a…