Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove django-admin from requirements #599

Merged
merged 1 commit into from
Aug 9, 2024
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
24 changes: 12 additions & 12 deletions requirements.in
Original file line number Diff line number Diff line change
@@ -1,30 +1,36 @@
https://github.com/codecov/shared/archive/70b7fe9e8cc75632de6a273843d0c013f02c515c.tar.gz#egg=shared
https://github.com/codecov/opentelem-python/archive/refs/tags/v0.0.4a1.tar.gz#egg=codecovopentelem
https://github.com/codecov/shared/archive/70b7fe9e8cc75632de6a273843d0c013f02c515c.tar.gz#egg=shared
https://github.com/codecov/test-results-parser/archive/1507de2241601d678e514c08b38426e48bb6d47d.tar.gz#egg=test-results-parser
https://github.com/codecov/timestring/archive/d37ceacc5954dff3b5bd2f887936a98a668dda42.tar.gz#egg=timestring
asgiref>=3.7.2
analytics-python==1.3.0b1
boto3>=1.34
celery>=5.3.6
click
codecov-ribs
coverage
django-postgres-extra>=2.0.8
factory-boy
google-cloud-pubsub
google-cloud-storage>=2.10.0
httpx
jinja2>=3.1.3
analytics-python==1.3.0b1
lxml>=4.9.1
mock
openai
opentelemetry-instrumentation-celery>=0.45b0
opentelemetry-sdk>=1.24.0
pre-commit
psycopg2
PyJWT>=2.4.0
pytest
pytest-asyncio
pytest-cov
pytest-celery
pytest-cov
pytest-django
pytest-freezegun
pytest-mock
pytest-sqlalchemy
pytest-freezegun
pytest
python-dateutil
python-json-logger
python-redis-lock
Expand All @@ -34,16 +40,10 @@ regex
requests>=2.32.0
respx
sentry-sdk>=1.40.0
SQLAlchemy-Utils
SQLAlchemy
SQLAlchemy-Utils
statsd
stripe>=9.6.0
time-machine
https://github.com/codecov/timestring/archive/d37ceacc5954dff3b5bd2f887936a98a668dda42.tar.gz#egg=timestring
urllib3>=1.26.18
vcrpy
opentelemetry-instrumentation-celery>=0.45b0
opentelemetry-sdk>=1.24.0
django-admin
google-cloud-pubsub
openai
27 changes: 4 additions & 23 deletions requirements.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.12
# by the following command:
#
# pip-compile
# pip-compile requirements.in
#
amqp==5.2.0
# via kombu
Expand All @@ -17,7 +17,9 @@ anyio==3.6.1
# httpcore
# openai
asgiref==3.7.2
# via django
# via
# -r requirements.in
# django
backoff==1.6.0
# via analytics-python
billiard==4.2.0
Expand Down Expand Up @@ -95,12 +97,8 @@ django==4.2.15
# django-model-utils
# django-postgres-extra
# shared
django-admin==2.0.2
# via -r requirements.in
django-better-admin-arrayfield==1.4.2
# via shared
django-excel-response2==3.0.6
# via django-admin
django-model-utils==4.3.1
# via shared
django-postgres-extra==2.0.8
Expand All @@ -109,14 +107,8 @@ django-postgres-extra==2.0.8
# shared
django-prometheus==2.3.1
# via shared
django-six==1.0.5
# via
# django-admin
# django-excel-response2
ecdsa==0.18.0
# via tlslite-ng
excel-base==1.0.4
# via django-excel-response2
factory-boy==3.2.0
# via -r requirements.in
faker==8.8.2
Expand Down Expand Up @@ -194,8 +186,6 @@ importlib-metadata==6.8.0
# via opentelemetry-api
iniconfig==1.1.1
# via pytest
isoweek==1.3.3
# via timeconvert
jinja2==3.1.4
# via -r requirements.in
jmespath==0.10.0
Expand Down Expand Up @@ -323,7 +313,6 @@ python-dateutil==2.9.0.post0
# faker
# freezegun
# time-machine
# timeconvert
python-json-logger==0.1.11
# via -r requirements.in
python-redis-lock==4.0.0
Expand Down Expand Up @@ -363,8 +352,6 @@ rsa==4.7.2
# via google-auth
s3transfer==0.10.1
# via boto3
screen==1.0.1
# via excel-base
sentry-sdk==1.40.0
# via
# -r requirements.in
Expand Down Expand Up @@ -409,8 +396,6 @@ text-unidecode==1.3
# via faker
time-machine==2.14.1
# via -r requirements.in
timeconvert==3.0.13
# via excel-base
timestring @ https://github.com/codecov/timestring/archive/d37ceacc5954dff3b5bd2f887936a98a668dda42.tar.gz
# via -r requirements.in
tlslite-ng==0.8.0b1
Expand All @@ -429,8 +414,6 @@ typing-extensions==4.6.3
# stripe
tzdata==2024.1
# via celery
tzlocal==5.2
# via timeconvert
urllib3==1.26.19
# via
# -r requirements.in
Expand All @@ -456,8 +439,6 @@ wrapt==1.16.0
# deprecated
# opentelemetry-instrumentation
# vcrpy
xlwt==1.3.0
# via excel-base
yarl==1.9.4
# via vcrpy
zipp==3.19.2
Expand Down
Loading