Suggestion for a suitable workflow whle developing a package and documnetation website. #9499
Replies: 1 comment
-
Dependencies can be grouped using the --group flag while adding packages. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I started working on a python project without using poetry. Now that I find it very productive, I want to package my project using it.
I have been using a virtual environment while developing the package. The problem I am facing is adding the dependencies to my toml file created by poetry.
I am using VScode as IDE and the project has 2 parts. The main package and the documentation using sphinx. Beacuse both have been developed in a single environment, I tend to lose track of control of what are the dependencies for my main project.
The packages on my environment are listed below.
The dependency tree using pipdeptree package is also shown
Beta Was this translation helpful? Give feedback.
All reactions