Skip to content

Commit

Permalink
Revert requirements removal
Browse files Browse the repository at this point in the history
  • Loading branch information
ericholscher committed Sep 30, 2024
1 parent dbaea5a commit c647024
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 7 deletions.
19 changes: 16 additions & 3 deletions requirements/analyzer.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --output-file=analyzer.txt analyzer.in
# pip-compile analyzer.in
#
babel==2.15.0
# via courlan
Expand Down Expand Up @@ -32,7 +32,9 @@ click==8.1.7
# nltk
# typer
confection==0.1.5
# via thinc
# via
# thinc
# weasel
courlan==1.2.0
# via trafilatura
cymem==2.0.8
Expand All @@ -51,6 +53,7 @@ filelock==3.15.4
# huggingface-hub
# torch
# transformers
# triton
floret==0.10.5
# via textacy
fsspec==2024.6.1
Expand Down Expand Up @@ -84,7 +87,7 @@ langdetect==1.0.9
# via -r analyzer.in
language-data==1.2.0
# via langcodes
lxml[html_clean]==5.2.2
lxml[html-clean,html_clean]==5.2.2
# via
# -r analyzer.in
# htmldate
Expand Down Expand Up @@ -132,6 +135,7 @@ packaging==24.1
# spacy
# thinc
# transformers
# weasel
pathlib-abc==0.1.1
# via pathy
pathy==0.11.0
Expand All @@ -149,6 +153,7 @@ pydantic==1.10.17
# confection
# spacy
# thinc
# weasel
pyphen==0.15.0
# via textacy
python-dateutil==2.9.0.post0
Expand All @@ -172,6 +177,7 @@ requests==2.32.3
# spacy
# textacy
# transformers
# weasel
scikit-learn==1.5.1
# via
# sentence-transformers
Expand All @@ -193,6 +199,7 @@ smart-open==6.4.0
# via
# pathy
# spacy
# weasel
soupsieve==2.5
# via beautifulsoup4
spacy==3.4.4
Expand All @@ -215,6 +222,7 @@ srsly==2.4.8
# spacy
# spacy-transformers
# thinc
# weasel
sympy==1.13.0
# via torch
textacy==0.13.0
Expand Down Expand Up @@ -250,12 +258,16 @@ transformers==4.26.1
# via
# sentence-transformers
# spacy-transformers
triton==2.3.1
# via torch
typer==0.7.0
# via
# pathy
# spacy
# weasel
typing-extensions==4.12.2
# via
# cloudpathlib
# huggingface-hub
# pydantic
# torch
Expand All @@ -271,6 +283,7 @@ wasabi==0.10.1
# via
# spacy
# thinc
# weasel

# The following packages are considered to be unsafe in a requirements file:
# setuptools
1 change: 1 addition & 0 deletions requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ IP2Proxy
# Countries helper used in ad targeting
django-countries

jsonfield
bleach

# Security features
Expand Down
5 changes: 4 additions & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --output-file=base.txt base.in
# pip-compile base.in
#
aiohttp==3.9.5
# via geoip2
Expand Down Expand Up @@ -59,6 +59,7 @@ django==5.0.8
# django-simple-history
# django-slack
# djangorestframework
# jsonfield
django-allauth==0.63.6
# via -r base.in
django-cors-headers==4.4.0
Expand Down Expand Up @@ -97,6 +98,8 @@ idna==3.7
# yarl
ip2proxy==3.4.0
# via -r base.in
jsonfield==3.1.0
# via -r base.in
kombu==5.3.7
# via celery
maxminddb==2.6.2
Expand Down
5 changes: 4 additions & 1 deletion requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --output-file=development.txt development.in
# pip-compile development.in
#
aiohttp==3.9.5
# via geoip2
Expand Down Expand Up @@ -92,6 +92,7 @@ django==5.0.8
# django-simple-history
# django-slack
# djangorestframework
# jsonfield
django-allauth==0.63.6
# via -r base.in
django-cors-headers==4.4.0
Expand Down Expand Up @@ -173,6 +174,8 @@ jedi==0.19.1
# via ipython
jinja2==3.1.4
# via sphinx
jsonfield==3.1.0
# via -r base.in
kombu==5.3.7
# via celery
markupsafe==2.1.5
Expand Down
5 changes: 4 additions & 1 deletion requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --output-file=production.txt production.in
# pip-compile production.in
#
aiohttp==3.9.5
# via geoip2
Expand Down Expand Up @@ -74,6 +74,7 @@ django==5.0.8
# django-slack
# django-storages
# djangorestframework
# jsonfield
django-allauth==0.63.6
# via -r base.in
django-anymail==11.0.1
Expand Down Expand Up @@ -122,6 +123,8 @@ ip2proxy==3.4.0
# via -r base.in
isodate==0.6.1
# via azure-storage-blob
jsonfield==3.1.0
# via -r base.in
kombu==5.3.7
# via celery
maxminddb==2.6.2
Expand Down
2 changes: 1 addition & 1 deletion requirements/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --output-file=testing.txt testing.in
# pip-compile testing.in
#
beautifulsoup4==4.12.3
# via -r testing.in
Expand Down

0 comments on commit c647024

Please sign in to comment.