CDCgov / cfa-config-validation

Modeling pipeline config validation microservice.
Apache License 2.0
0 stars 0 forks source link

Swap from requests.txt to poetry (or similar) #6

Closed natemcintosh closed 1 month ago

natemcintosh commented 1 month ago

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

For ease of development as this grows, it might be nice to swap to a fully fledged package manager like poetry. It's made things pretty easy for us, and has been pretty easy to use so far.

Describe the solution you'd like

Swap to poetry (or maybe something like uv).

Describe alternatives you've considered

Sticking with a requirements.txt wouldn't be the worst, just not quite as convenient long term.

Additional context

Predict's guidance on python development

amondal2 commented 1 month ago

Thanks @natemcintosh ! Yeah I am using poetry for tests but will be good to use it for dependency management as well.