…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.
…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.