Skip to content

Commit

Permalink
Merge pull request #184 from 2077-Collective/update/requirements
Browse files Browse the repository at this point in the history
chore(fix): update requirements file
  • Loading branch information
losndu authored Oct 15, 2024
2 parents fb5d24c + 310d6ad commit 84f7d01
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/lock-main.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Restrict Merge to Main
name: Merge to Main

on:
pull_request:
Expand All @@ -8,11 +8,3 @@ on:
jobs:
check_source_branch:
runs-on: ubuntu-latest

steps:
- name: Check Source Branch
run: |
if [ "${{ github.event.pull_request.head.ref }}" != "staging" ]; then
echo "PRs to main branch must come from staging branch only."
exit 1
fi
5 changes: 4 additions & 1 deletion server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ amqp==5.2.0
anyio==4.4.0
asgiref==3.8.1
attrs==24.1.0
beautifulsoup4==4.12.3
billiard==4.2.0
bs4==0.0.2
celery==5.4.0
certifi==2024.7.4
cffi==1.17.0
Expand All @@ -21,6 +23,7 @@ django-cors-headers==4.4.0
django-filter==24.2
django-js-asset==2.2.0
django-shortcuts==1.6
django-sortedm2m==4.0.0
django-timezone-field==7.0
django-tinymce==4.1.0
djangorestframework==3.15.2
Expand Down Expand Up @@ -49,6 +52,7 @@ requests==2.32.3
rpds-py==0.19.1
six==1.16.0
sniffio==1.3.1
soupsieve==2.6
sqlparse==0.5.1
text-unidecode==1.3
tzdata==2024.1
Expand All @@ -57,4 +61,3 @@ urllib3==2.2.2
vine==5.1.0
wcwidth==0.2.13
whitenoise==6.7.0
bs4==0.0.2

0 comments on commit 84f7d01

Please sign in to comment.