Skip to content

Commit

Permalink
signify dev requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed May 10, 2021
1 parent e3b568b commit e50ad8d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev-requirements.txt
@@ -0,0 +1,2 @@
numpy==1.20.3
pillow==8.2.0
2 changes: 2 additions & 0 deletions scripts/setup.sh
Expand Up @@ -4,3 +4,5 @@ set -euo pipefail
if ! test -d venv; then
python3 -m venv venv
fi

./venv/bin/python3 -m pip install -r dev-requirements.txt

0 comments on commit e50ad8d

Please sign in to comment.