Clean root project directory
Showing
File moved
__init__.py
deleted
100644 → 0
distribute-0.6.32.tar.gz
deleted
100644 → 0
File deleted
distribute-0.6.34.tar.gz
deleted
100644 → 0
File deleted
local-requirements.txt
deleted
100644 → 0
pre-requirements.txt
deleted
100644 → 0
# We use `scipy` in our project, which relies on `numpy`. `pip` apparently | ||
# installs packages in a two-step process, where it will first try to build | ||
# all packages, and then try to install all packages. As a result, if we simply | ||
# added these packages to the top of `requirements.txt`, `pip` would try to | ||
# build `scipy` before `numpy` has been installed, and it would fail. By | ||
# separating this out into a `pre-requirements.txt` file, we can make sure | ||
# that `numpy` is built *and* installed before we try to build `scipy`. | ||
numpy==1.6.2 | ||
distribute>=0.6.28 |
repo-requirements.txt
deleted
100644 → 0
requirements/local.txt
0 → 100644
requirements/repo.txt
0 → 100644
File moved
File moved
Please
register
or
sign in
to comment