Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

housekeeping: explore using poetry for dependency management and scripts #7

Open
JanKoppe opened this issue May 31, 2020 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@JanKoppe
Copy link
Member

Let's take a look at using https://python-poetry.org/ to manage the project a bit more. Right now there's just a requirements.txt that is managed by hand and nothing else. I think having a well-managed poetry configuration to declare and manage dependencies would be a great start.

additionally it could be possible to combine common commands (test-suite, building frontend-assets, collecting static files, seeding database, etc) in this config, to make working with the project a bit easier!

@JanKoppe JanKoppe added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed labels May 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant