Skip to content

Commit

Permalink
Merge pull request #2 from cusco/add_mtgsets
Browse files Browse the repository at this point in the history
feat(mtg_sets): Added extra info to mtg sets
  • Loading branch information
cusco authored Oct 23, 2024
2 parents c1127f3 + c3acb14 commit d056e0e
Show file tree
Hide file tree
Showing 8 changed files with 10,759 additions and 66 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: CI
on:
push:
branches: [ master, main ]
pull_request:
pull_request_target:
branches: [ master, main, staging ]

jobs:
Expand Down
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
curl_cffi==0.7.3
requests==2.32.3
python-dateutil==2.9.0.post0
bs4==0.0.2
pandas==2.2.3

Django==5.1.2
django-money==3.5.3
Expand All @@ -11,12 +13,11 @@ ptpython==3.0.29
pytz==2024.2

celery~=5.4.0
semgrep~=1.90.0
PyYAML~=6.0.2

# dev
black==24.10.0
isort==5.13.2
prospector==1.11.0
bandit==1.7.10
semgrep==1.90.0
semgrep==1.92.0
2 changes: 1 addition & 1 deletion scripts/static_validate_ci_backend.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
export DJANGO_SETTINGS_MODULE=cm_prices.settings

# exit on first non zero return status
set -x
set -e

# ensure tee passes the error of the test tool
# https://stackoverflow.com/questions/6871859/piping-command-output-to-tee-but-also-save-exit-code-of-command
Expand Down
Loading

0 comments on commit d056e0e

Please sign in to comment.