Specify and install Python dependencies in a requirements.txt file #2965
Labels
debt
Covers everything internal: CI, testing, refactoring of the codebase, etc.
Milestone
Right now we have some Python source code checked into our repository. We should move away from that and over to pinned versions that we install via pip.
The install command should be:
The requirements.txt files should be:
And with that we can drop almost all of the third-party code in
pythonFiles
that we have checked into our repo. This will require updating where we install ptvsd, though, as well as probably renaming/moving therequirements.txt
file we already have in the top-level directory that specifies requirements for tests.The text was updated successfully, but these errors were encountered: