Skip to content

Commit

Permalink
fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
suejung-sentry committed Nov 21, 2024
1 parent acaba56 commit eac6df1
Show file tree
Hide file tree
Showing 3 changed files with 449 additions and 312 deletions.
1 change: 0 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ COPY --chmod=755 --from=berglas /bin/berglas /usr/local/bin/berglas

FROM app as self-hosted

RUN pip uninstall -y typing
# set settings module
ENV DJANGO_SETTINGS_MODULE="codecov.settings_enterprise"
# Remove the settings dev and enterprise files.
Expand Down
44 changes: 16 additions & 28 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ dependencies = [
"aiodataloader",
"ariadne==0.23",
"ariadne_django==0.3.0",
"codecovopentelem",
"celery>=5.3.6",
"cerberus",
"ddtrace",
Expand All @@ -23,9 +24,6 @@ dependencies = [
"drf-spectacular",
"drf-spectacular-sidecar",
"elastic-apm",
"factory-boy",
"fakeredis",
"freezegun",
"google-cloud-pubsub",
"gunicorn>=22.0.0",
"idna>=3.7",
Expand All @@ -34,15 +32,9 @@ dependencies = [
"opentelemetry-sdk>=1.24.0",
"opentracing",
"polars==1.12.0",
"pre-commit",
"psycopg2",
"PyJWT",
"pydantic",
"pytest>=7.2.0",
"pytest-cov",
"pytest-django",
"pytest-mock",
"pytest-asyncio",
"python-dateutil",
"python-json-logger",
"python-redis-lock",
Expand All @@ -53,9 +45,12 @@ dependencies = [
"sentry-sdk>=2.13.0",
"sentry-sdk[celery]",
"setproctitle",
"shared",
"simplejson",
"starlette==0.40.0",
"stripe>=9.6.0",
"test-results-parser",
"timestring",
"urllib3>=1.26.19",
"vcrpy",
"whitenoise",
Expand All @@ -73,26 +68,19 @@ py-modules = []

[tool.uv]
dev-dependencies = [
"factory-boy>=3.3.1",
"freezegun>=1.5.1",
"mock>=5.1.0",
"pre-commit>=4.0.1",
"pytest>=8.3.3",
"pytest-asyncio>=0.24.0",
"pytest-celery>=1.1.3",
"pytest-cov>=6.0.0",
"pytest-django>=4.9.0",
"pytest-freezegun>=0.4.2",
"pytest-mock>=3.14.0",
"pytest-sqlalchemy>=0.2.1",
"respx>=0.21.1",
"sqlalchemy-utils>=0.41.2",
"time-machine>=2.16.0",
"vcrpy>=6.0.2",
"factory-boy",
"fakeredis",
"freezegun",
"pre-commit",
"pytest>=7.2.0",
"pytest-cov",
"pytest-asyncio",
"pytest-django",
"pytest-mock",
"vcrpy",
]


[tool.uv.sources]
timestring = { git = "https://github.com/codecov/timestring", rev = "d37ceacc5954dff3b5bd2f887936a98a668dda42" }
test-results-parser = { git = "https://github.com/codecov/test-results-parser", rev = "94ff26cb083a02ff726dd2497c2129e4aaf5f7cd" }
shared = { git = "https://github.com/codecov/shared", rev = "511b553fd19113f1716326b0363b9d9a4afca1d7" }
codecovopentelem = { git = "https://github.com/codecov/opentelem-python", rev = "df1e241927d4794fc0e24f96431f0fb730edac21" }
shared = { git = "https://github.com/codecov/shared", rev = "9c31870de026a8a3f026f0753b1991e8c832fadb" }
Loading

0 comments on commit eac6df1

Please sign in to comment.