File tree Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change
1
+ # YOU MAY DELETE THIS FILE AFTER SETTING UP DEPENDENCIES!
2
+ #
3
+ # This directory is where you should place your project dependencies.
4
+ # "pip.txt" should contain all required packages not available on conda.
5
+ # All other files should contain only packages available to download from conda.
6
+ # build.txt should contain all packages required to build (not run) the project.
7
+ # run.txt should contain all packages (including optional packages) required for a user to run the program.
8
+ # test.txt should contain all packages required for the testing suite and to ensure all tests pass.
9
+ # docs.txt should contain all packages required for building the package documentation page.
10
+ #
11
+ # YOU MAY DELETE THIS FILE AFTER SETTING UP DEPENDENCIES!
Original file line number Diff line number Diff line change
1
+ python
2
+ setuptools
You can’t perform that action at this time.
0 commit comments