You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I would be really keen to pick up the rest of the tasks in this ticket for my first contribution, if they aren't assigned to anyone already. Just to check my understanding is correct, is the proposal here to move dependency management away from requirements.txt to Poetry and improve the experience for developers on Macs by using poe and Poetry?
We would like to use poetry with pyproject.toml, instead of setup.py. But we will switch only after all related tasks are completed.
So in ipyvizzu there is a draft-pyproject.toml file, and it will be good to make a similar in ipyvizzu-story.
The first task is in the draft file, fugue is under 'dependencies ', but its only an extra.
The other part is more complex, we would like to get rid of the makefile, and use a task runner which fits better in a python environment and it would also be good, if it only depends on python and not on os. #197#229
Now, we compile dev dependecies with pip-compile, I think this should also be changed if we want to support multiple python versions and os.
If you start working with a specific part-task, please comment under the related issue :) and we can separate the task list into more sub-tasks in the descriptions.
Feel free to submit a separate PR for each subtask you're working on. Thanks.
Instead of setup.py create a pyproject.toml file.
The text was updated successfully, but these errors were encountered: