Skip to content

Commit

Permalink
rework balance cache test
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeWent committed Jul 18, 2024
1 parent 503da72 commit 71a2b40
Show file tree
Hide file tree
Showing 6 changed files with 103 additions and 216 deletions.
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ isort = "*"
mypy = "*"
ruff = "*"
pytest = "*"
flaky = "*"
httpx = "*"

[requires]
Expand Down
198 changes: 33 additions & 165 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions api/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ anyio==4.4.0
black==24.4.2
certifi==2024.7.4
click==8.1.7
flaky==3.8.1
h11==0.14.0
httpcore==1.0.5
httpx==0.27.0
Expand All @@ -16,15 +17,15 @@ pathspec==0.12.1
platformdirs==4.2.2
pluggy==1.5.0
pytest==8.2.2
ruff==0.5.1
ruff==0.5.2
sniffio==1.3.1
typing-extensions==4.12.2
annotated-types==0.7.0
blinker==1.8.2
charset-normalizer==3.3.2
dnspython==2.6.1
email-validator==2.2.0
fastapi==0.111.0
fastapi==0.111.1
fastapi-cli==0.0.4
flask==3.0.3
flask-cors==4.0.1
Expand All @@ -37,7 +38,6 @@ jinja2==3.1.4
markdown-it-py==3.0.0
markupsafe==2.1.5
mdurl==0.1.2
orjson==3.10.6
pydantic==2.8.2
pydantic-core==2.20.1
pygments==2.18.0
Expand All @@ -51,7 +51,6 @@ shellingham==1.5.4
sqlalchemy==2.0.31
starlette==0.37.2
typer==0.12.3
ujson==5.10.0
urllib3==2.2.2
uvicorn[standard]==0.30.1
uvloop==0.19.0
Expand Down
Loading

0 comments on commit 71a2b40

Please sign in to comment.