Skip to content

Commit

Permalink
Create test lockfile with python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentVanlaer committed Apr 4, 2024
1 parent 81adee5 commit d234b9c
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion requirements_test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile --extra=dev --output-file=requirements_test.txt setup.py
Expand All @@ -20,6 +20,11 @@ click==8.1.7
# via pip-tools
cryptography==42.0.5
# via trustme
exceptiongroup==1.2.0
# via
# anyio
# pytest
# trio
grpcio==1.62.1
# via
# grpcio-tools
Expand All @@ -37,6 +42,8 @@ idna==3.6
# anyio
# trio
# trustme
importlib-metadata==7.1.0
# via build
iniconfig==2.0.0
# via pytest
outcome==1.3.0.post0
Expand Down Expand Up @@ -69,14 +76,24 @@ sortedcontainers==2.4.0
# via trio
tblib==3.0.0
# via purerpc (setup.py)
tomli==2.0.1
# via
# build
# pip-tools
# pyproject-hooks
# pytest
trio==0.25.0
# via purerpc (setup.py)
trustme==1.1.0
# via purerpc (setup.py)
typing-extensions==4.10.0
# via anyio
uvloop==0.19.0 ; platform_system != "Windows"
# via purerpc (setup.py)
wheel==0.43.0
# via pip-tools
zipp==3.18.1
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down

0 comments on commit d234b9c

Please sign in to comment.