Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 6 additions & 8 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ channels:

dependencies:
# Core language and C‑library deps
- python=3.9
- python>=3.10.19,<3.11
- libpq
- psycopg2 # pre‑built, with libpq
- pip # so we can install the rest via pip
Expand All @@ -15,10 +15,10 @@ dependencies:
- appdirs==1.4.3
- asgiref==3.8.1
- attrs==19.3.0
- black==19.10b0
- black==24.1.0
- certifi==2020.4.5.1
- chardet==3.0.4
- click==7.1.2
- click>=8.0.0
- confusable-homoglyphs==3.3.1
- defusedxml==0.7.1
- diff-match-patch==20241021
Expand All @@ -44,8 +44,8 @@ dependencies:
- MarkupSafe==1.1.1
- odfpy==1.4.1
- openpyxl==3.1.5
- packaging==20.4
- pathspec==0.8.0
- packaging>=22.0
- pathspec==0.9.0
- Pillow==9.0.1
- pyparsing==2.4.7
- python-dateutil==2.8.2
Expand All @@ -56,13 +56,11 @@ dependencies:
- redis==3.5.3
- regex==2021.4.4
- requests==2.25.1
- ruamel.yaml==0.16.10
- ruamel.yaml.clib==0.2.12
- ruamel.yaml==0.17.21
- six==1.15.0
- sqlparse==0.3.1
- tablib==3.7.0
- toml==0.10.0
- typed_ast==1.4.1
- typing_extensions==4.12.2
- uritemplate==3.0.1
- urllib3==1.26.5
Expand Down
12 changes: 5 additions & 7 deletions hackathon_site/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
appdirs==1.4.3
attrs==19.3.0
black==19.10b0
black==24.1.0
certifi==2020.4.5.1
chardet==3.0.4
click==7.1.2
click>=8.0.0
dj-rest-auth==1.0.6
Django==3.2.15
django-client-side-image-cropping==0.1.9
Expand All @@ -21,8 +21,8 @@ inflection==0.5.0
itypes==1.2.0
Jinja2==2.11.3
MarkupSafe==1.1.1
packaging==20.4
pathspec==0.8.0
packaging>=22.0
pathspec==0.9.0
Pillow==9.0.1
psycopg2-binary==2.9.9
python-dateutil==2.8.2
Expand All @@ -33,11 +33,9 @@ qrcode==7.3.1
redis==3.5.3
regex==2021.4.4
requests==2.25.1
ruamel.yaml==0.16.10
ruamel.yaml.clib==0.2.0
ruamel.yaml==0.17.21
six==1.15.0
sqlparse==0.3.1
toml==0.10.0
typed-ast==1.4.1
uritemplate==3.0.1
urllib3==1.26.5
Loading