Skip to content

Commit 52d3358

Browse files
committed
README.txt, build.txt, pip.txt
1 parent 75e8885 commit 52d3358

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

requirements/README.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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!

requirements/build.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
python
2+
setuptools

requirements/pip.txt

Whitespace-only changes.

0 commit comments

Comments
 (0)