ambiata / atmosphere-python-sdk

Python sdk to create custom code interacting with Atmosphere
MIT License
0 stars 0 forks source link

[#major] Use poetry to handle requirements, and update core requirements to la… #44

Closed gusmith-ambiata closed 1 year ago

gusmith-ambiata commented 1 year ago

…test versions, which fixes some CVE. Remove support for Python 3.7 (for which the metadata module does not work, used to find atmosphere version).

Change also how version of the module is handled, using the information available in the toml file instead of having an independent version file.

As a final test, I created locally a virtual environment in python 3.9, and did a pip install git+https://github.com/ambiata/atmosphere-python-sdk.git@feat/remove-requirement-files to validate that poetry is not required for the installation. It worked as expected.