Skip to content

Commit

Permalink
Fixes Windows requirements issue, moves tzdata
Browse files Browse the repository at this point in the history
  • Loading branch information
apbassett committed Jan 15, 2024
1 parent 5376bd5 commit 19a6156
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ __pycache__/
*.so

# Distribution / packaging
build/
.Python
develop-eggs/
dist/
Expand Down
1 change: 0 additions & 1 deletion bin/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ set -eux
# Install dependencies
install_deps() {
python --version
pip install -r requirements-${1}.txt --user
pip install -r requirements-${1}-dev.txt --user --no-deps
pip install --no-deps -e .
}
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 19a6156

Please sign in to comment.