robota-suite / robota-core

A Python package for reading in elements of GitLab and GitHub repositories, for further analysis.
https://robota-core.readthedocs.io
MIT License
0 stars 8 forks source link

Setup poetry #16

Open nigelmj opened 1 month ago

nigelmj commented 1 month ago

Updated toml file to use poetry instead of setup tools. Created poetry lock file and removed requirements.txt as it is no longer required. Dependencies are now added using poetry add <package-name>. Dev specific dependencies can be added using the --dev flag before the package name. Ref: #14