Skip to content

Commit

Permalink
Fixed requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersSeverinsen committed Oct 17, 2024
1 parent 4878135 commit 0e4a0ae
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
2 changes: 2 additions & 0 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ celery[redis]
django-celery-beat
django-rosetta==0.10.1
lxml_html_clean
pydantic
importlib-metadata
14 changes: 10 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ cssselect==1.2.0
# via pyquery
decorator==5.1.1
# via ipython
defusedxml==0.7.1
# via -r requirements.in
dj-config-url==0.1.1
# via -r requirements.in
django==4.2
Expand Down Expand Up @@ -102,6 +104,8 @@ icalendar==6.0.1
# via django-ical
idna==3.10
# via requests
importlib-metadata==8.5.0
# via -r requirements.in
ipython==7.24.1
# via -r requirements.in
ipython-genutils==0.2.0
Expand All @@ -128,7 +132,7 @@ pexpect==4.9.0
# via ipython
pickleshare==0.7.5
# via ipython
pillow==11.0.0
pillow==10.4.0
# via -r requirements.in
polib==1.2.0
# via django-rosetta
Expand All @@ -140,7 +144,9 @@ psycopg2==2.9.10
# via -r requirements.in
ptyprocess==0.7.0
# via pexpect
pyee==12.0.0
pydantic==2.9.2
# via -r requirements.in
pyee==11.1.1
# via pyppeteer
pygments==2.18.0
# via ipython
Expand Down Expand Up @@ -189,7 +195,7 @@ traitlets==5.14.3
# matplotlib-inline
tzdata==2024.2
# via celery
urllib3==2.2.3
urllib3==1.26.20
# via
# pyppeteer
# requests
Expand All @@ -202,7 +208,7 @@ w3lib==2.2.1
# via requests-html
wcwidth==0.2.13
# via prompt-toolkit
websockets==13.1
websockets==10.4
# via pyppeteer
whitenoise==6.7.0
# via -r requirements.in
Expand Down

0 comments on commit 0e4a0ae

Please sign in to comment.