Skip to content

Commit

Permalink
Move requirements.txt to top level directory
Browse files Browse the repository at this point in the history
This is to take advantage of GitHub Insights Dependency graph
and dependabot Security Alerts features.
  • Loading branch information
douglatornell committed Apr 14, 2020
1 parent ac58d2b commit 18a4fb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion envs/requirements.txt → requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# to create an isolated development environment.
#
# Create/update this file with:
# (salishsea-site)$ python3 -m pip freeze --path $CONDA_PREFIX/lib/python3*/site-packages >> envs/requirements.txt
# (salishsea-site)$ python3 -m pip freeze --path $CONDA_PREFIX/lib/python3*/site-packages >> requirements.txt

alabaster==0.7.12
appdirs==1.4.3
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ python_requires = >=3.6
install_requires =
; see envs/environment-prod.yaml for conda environment production installation,
; see envs/environment-dev.yaml for conda environment dev installation,
; see envs/requirements.txt for package versions used during recent development
; see requirements.txt for package versions used during recent development
arrow
attrs
pyramid
Expand Down

0 comments on commit 18a4fb6

Please sign in to comment.