orchestracities / ngsi-timeseries-api

QuantumLeap: a FIWARE Generic Enabler to support the usage of NGSIv2 (and NGSI-LD experimentally) data in time-series databases
https://quantumleap.rtfd.io/
MIT License
38 stars 49 forks source link

Consider moving away from Pipenv #619

Open c0c0n3 opened 2 years ago

c0c0n3 commented 2 years ago

Is your feature request related to a problem? Please describe.

It looks like these days Pipenv is falling out of favour among Python devs. A few reasons:

We should probably consider introducing pyproject.toml too.

Describe the solution you'd like

Evaluate what our options are. See e.g.

Then make a plan to migrate our Pipfile-based setup to a pyproject.toml one.