Replies: 0 comments 1 reply
-
yeah we don't intend to duplicate this, This is already specified loosely in our README since we talk about how we do magic based on your project file contents. We just haven't added the support for python yet. In general I approach things as “let's not make the user add yet another f-ing file” |
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
-
Most python projects already have a file to specify dependencies. The python packaging ecosystem is pretty fragmented at the edges, but a lot of projects either use pip and a requirements.txt file, or poetry and a pyproject.toml file.
I wouldn't want to add a duplicate dependency list in the README or a package.json file to my python projects.
Beta Was this translation helpful? Give feedback.
All reactions