mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-10-31 22:19:00 +00:00
Alphabetize requirements.txt
Alphabetize requirements.txt for developer convenience; this helps to find duplicates and unnecessarily-pinned subdependencies, as well as making the file easier to read and use.
This commit is contained in:
parent
f8fd76cff0
commit
3652ac8100
1 changed files with 19 additions and 19 deletions
|
@ -1,52 +1,52 @@
|
||||||
aiohttp==3.9.2
|
aiohttp==3.9.2
|
||||||
bleach==5.0.1
|
bleach==5.0.1
|
||||||
|
boto3==1.26.57
|
||||||
|
bw-file-resubmit==0.6.0rc2
|
||||||
celery==5.2.7
|
celery==5.2.7
|
||||||
colorthief==0.2.1
|
colorthief==0.2.1
|
||||||
Django==3.2.24
|
Django==3.2.24
|
||||||
django-celery-beat==2.4.0
|
django-celery-beat==2.4.0
|
||||||
bw-file-resubmit==0.6.0rc2
|
|
||||||
django-compressor==4.3.1
|
django-compressor==4.3.1
|
||||||
|
django-csp==3.7
|
||||||
django-imagekit==4.1.0
|
django-imagekit==4.1.0
|
||||||
django-model-utils==4.3.1
|
django-model-utils==4.3.1
|
||||||
|
django-redis==5.2.0
|
||||||
django-sass-processor==1.2.2
|
django-sass-processor==1.2.2
|
||||||
django-csp==3.7
|
django-storages==1.13.2
|
||||||
|
django-storages[azure]
|
||||||
environs==9.5.0
|
environs==9.5.0
|
||||||
flower==1.2.0
|
flower==1.2.0
|
||||||
libsass==0.22.0
|
libsass==0.22.0
|
||||||
Markdown==3.4.1
|
Markdown==3.4.1
|
||||||
Pillow==10.0.1
|
|
||||||
psycopg2==2.9.5
|
|
||||||
pycryptodome==3.19.1
|
|
||||||
python-dateutil==2.8.2
|
|
||||||
redis==4.5.4
|
|
||||||
requests==2.31.0
|
|
||||||
responses==0.22.0
|
|
||||||
pytz>=2022.7
|
|
||||||
boto3==1.26.57
|
|
||||||
django-storages==1.13.2
|
|
||||||
django-storages[azure]
|
|
||||||
django-redis==5.2.0
|
|
||||||
opentelemetry-api==1.16.0
|
opentelemetry-api==1.16.0
|
||||||
opentelemetry-exporter-otlp-proto-grpc==1.16.0
|
opentelemetry-exporter-otlp-proto-grpc==1.16.0
|
||||||
opentelemetry-instrumentation-celery==0.37b0
|
opentelemetry-instrumentation-celery==0.37b0
|
||||||
opentelemetry-instrumentation-django==0.37b0
|
opentelemetry-instrumentation-django==0.37b0
|
||||||
opentelemetry-instrumentation-psycopg2==0.37b0
|
opentelemetry-instrumentation-psycopg2==0.37b0
|
||||||
opentelemetry-sdk==1.16.0
|
opentelemetry-sdk==1.16.0
|
||||||
|
Pillow==10.0.1
|
||||||
protobuf==3.20.*
|
protobuf==3.20.*
|
||||||
|
psycopg2==2.9.5
|
||||||
|
pycryptodome==3.19.1
|
||||||
pyotp==2.8.0
|
pyotp==2.8.0
|
||||||
|
python-dateutil==2.8.2
|
||||||
|
pytz>=2022.7
|
||||||
qrcode==7.3.1
|
qrcode==7.3.1
|
||||||
|
redis==4.5.4
|
||||||
|
requests==2.31.0
|
||||||
|
responses==0.22.0
|
||||||
|
|
||||||
# Dev
|
# Dev
|
||||||
pytest-django==4.1.0
|
celery-types==0.18.0
|
||||||
|
django-stubs[compatible-mypy]==4.2.4
|
||||||
|
mypy==1.5.1
|
||||||
|
pylint==2.14.0
|
||||||
pytest==6.1.2
|
pytest==6.1.2
|
||||||
pytest-cov==2.10.1
|
pytest-cov==2.10.1
|
||||||
|
pytest-django==4.1.0
|
||||||
pytest-env==0.6.2
|
pytest-env==0.6.2
|
||||||
pytest-xdist==2.3.0
|
pytest-xdist==2.3.0
|
||||||
pytidylib==0.3.2
|
pytidylib==0.3.2
|
||||||
pylint==2.14.0
|
|
||||||
mypy==1.5.1
|
|
||||||
celery-types==0.18.0
|
|
||||||
django-stubs[compatible-mypy]==4.2.4
|
|
||||||
types-bleach==6.0.0.4
|
types-bleach==6.0.0.4
|
||||||
types-dataclasses==0.6.6
|
types-dataclasses==0.6.6
|
||||||
types-Markdown==3.4.2.10
|
types-Markdown==3.4.2.10
|
||||||
|
|
Loading…
Reference in a new issue