Skip to content

Commit

Permalink
Back to pip-compile
Browse files Browse the repository at this point in the history
  • Loading branch information
ericholscher committed Sep 30, 2024
1 parent 68184c9 commit 01c322e
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 26 deletions.
18 changes: 10 additions & 8 deletions requirements/analyzer.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# This file was autogenerated by uv via the following command:
# uv pip compile analyzer.in -o analyzer.txt
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --output-file=analyzer.txt analyzer.in
#
babel==2.15.0
# via courlan
beautifulsoup4==4.12.3
Expand Down Expand Up @@ -80,7 +84,7 @@ langdetect==1.0.9
# via -r analyzer.in
language-data==1.2.0
# via langcodes
lxml==5.2.2
lxml[html_clean]==5.2.2
# via
# -r analyzer.in
# htmldate
Expand Down Expand Up @@ -181,11 +185,6 @@ sentence-transformers==2.2.2
# via -r analyzer.in
sentencepiece==0.2.0
# via sentence-transformers
setuptools==75.1.0
# via
# marisa-trie
# spacy
# thinc
six==1.16.0
# via
# langdetect
Expand Down Expand Up @@ -272,3 +271,6 @@ wasabi==0.10.1
# via
# spacy
# thinc

# The following packages are considered to be unsafe in a requirements file:
# setuptools
15 changes: 10 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# This file was autogenerated by uv via the following command:
# uv pip compile base.in -o base.txt
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --output-file=base.txt base.in
#
aiohttp==3.9.5
# via geoip2
aiosignal==1.3.1
Expand All @@ -21,7 +25,7 @@ billiard==4.2.0
# via celery
bleach==6.1.0
# via -r base.in
celery==5.4.0
celery[redis]==5.4.0
# via -r base.in
certifi==2024.7.4
# via requests
Expand Down Expand Up @@ -121,8 +125,6 @@ requests==2.32.3
# django-slack
# geoip2
# stripe
setuptools==75.1.0
# via geoip2
six==1.16.0
# via
# bleach
Expand Down Expand Up @@ -158,3 +160,6 @@ whitenoise==6.7.0
# via -r base.in
yarl==1.9.4
# via aiohttp

# The following packages are considered to be unsafe in a requirements file:
# setuptools
15 changes: 10 additions & 5 deletions requirements/development.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# This file was autogenerated by uv via the following command:
# uv pip compile development.in -o development.txt
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --output-file=development.txt development.in
#
aiohttp==3.9.5
# via geoip2
aiosignal==1.3.1
Expand Down Expand Up @@ -38,7 +42,7 @@ bleach==6.1.0
# via -r base.in
cattrs==23.2.3
# via requests-cache
celery==5.4.0
celery[redis]==5.4.0
# via -r base.in
certifi==2024.7.4
# via requests
Expand Down Expand Up @@ -253,8 +257,6 @@ responses==0.25.3
# via -r development.in
ruff==0.5.2
# via -r development.in
setuptools==75.1.0
# via geoip2
six==1.16.0
# via
# asttokens
Expand Down Expand Up @@ -366,3 +368,6 @@ whitenoise==6.7.0
# via -r base.in
yarl==1.9.4
# via aiohttp

# The following packages are considered to be unsafe in a requirements file:
# setuptools
17 changes: 11 additions & 6 deletions requirements/production.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# This file was autogenerated by uv via the following command:
# uv pip compile production.in -o production.txt
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --output-file=production.txt production.in
#
aiohttp==3.9.5
# via geoip2
aiosignal==1.3.1
Expand Down Expand Up @@ -27,7 +31,7 @@ billiard==4.2.0
# via celery
bleach==6.1.0
# via -r base.in
celery==5.4.0
celery[redis]==5.4.0
# via -r base.in
certifi==2024.7.4
# via
Expand Down Expand Up @@ -97,7 +101,7 @@ django-simple-history==3.7.0
# via -r base.in
django-slack==5.19.0
# via -r base.in
django-storages==1.14.4
django-storages[azure]==1.14.4
# via -r production.in
djangorestframework==3.15.2
# via -r base.in
Expand Down Expand Up @@ -160,8 +164,6 @@ requests==2.32.3
# stripe
sentry-sdk==2.10.0
# via -r production.in
setuptools==75.1.0
# via geoip2
six==1.16.0
# via
# azure-core
Expand Down Expand Up @@ -204,3 +206,6 @@ whitenoise==6.7.0
# via -r base.in
yarl==1.9.4
# via aiohttp

# The following packages are considered to be unsafe in a requirements file:
# setuptools
8 changes: 6 additions & 2 deletions requirements/testing.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# This file was autogenerated by uv via the following command:
# uv pip compile testing.in -o testing.txt
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --output-file=testing.txt testing.in
#
beautifulsoup4==4.12.3
# via -r testing.in
distlib==0.3.8
Expand Down

0 comments on commit 01c322e

Please sign in to comment.