NINAnor / python-template

1 stars 0 forks source link

django-environ added as Python dependency #17

Open frafra opened 3 months ago

frafra commented 3 months ago

https://github.com/NINAnor/python-template/blob/6c8cebe5d4b316c7b74c6192d5454b2de166c77c/python/pyproject.toml.jinja#L8

Do we really want it even for non Django project?

nicokant commented 3 months ago

Yes, despite the name of the package it's not django dependent or strictly django related. It's also used in the main.py to read the environment variables

frafra commented 3 months ago

What about https://hydra.cc/? That could replace click as well.