Skip to content

Commit

Permalink
platform-independent dev-requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaspie committed Oct 22, 2024
1 parent 2fa87ee commit b7157d3
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# This file was autogenerated by uv via the following command:
# uv pip compile pyproject.toml --extra=dev --extra=docs -o dev-requirements.txt
# uv pip compile --universal -p 3.11 --extra=dev --extra=docs --output-file=dev-requirements.txt pyproject.toml
anyio==4.4.0
# via
# httpx
# jupyter-server
anytree==2.12.1
# via pynxtools
appnope==0.1.4 ; platform_system == 'Darwin'
# via ipykernel
argon2-cffi==23.1.0
# via jupyter-server
argon2-cffi-bindings==21.2.0
Expand Down Expand Up @@ -42,7 +44,9 @@ certifi==2024.8.30
# httpx
# requests
cffi==1.17.1
# via argon2-cffi-bindings
# via
# argon2-cffi-bindings
# pyzmq
cfgv==3.4.0
# via pre-commit
charset-normalizer==3.3.2
Expand Down Expand Up @@ -351,6 +355,8 @@ parso==0.8.4
# via jedi
pathspec==0.12.1
# via mkdocs
pexpect==4.9.0 ; sys_platform != 'emscripten' and sys_platform != 'win32'
# via ipython
pillow==10.4.0
# via matplotlib
pint==0.17
Expand All @@ -376,6 +382,10 @@ prompt-toolkit==3.0.47
# jupyter-console
psutil==6.0.0
# via ipykernel
ptyprocess==0.7.0 ; os_name != 'nt' or (sys_platform != 'emscripten' and sys_platform != 'win32')
# via
# pexpect
# terminado
pure-eval==0.2.3
# via stack-data
py-cpuinfo==9.0.0
Expand Down Expand Up @@ -421,9 +431,9 @@ python-json-logger==2.0.7
# via jupyter-events
pytz==2024.1
# via pandas
pywin32==308
pywin32==308 ; platform_python_implementation != 'PyPy' and sys_platform == 'win32'
# via jupyter-core
pywinpty==2.0.14
pywinpty==2.0.14 ; os_name == 'nt'
# via
# jupyter-server
# jupyter-server-terminals
Expand Down Expand Up @@ -515,6 +525,8 @@ tifffile==2024.8.30
# via h5grove
tinycss2==1.3.0
# via nbconvert
tomli==2.0.2 ; python_full_version == '3.11'
# via coverage
tornado==6.4.1
# via
# ipykernel
Expand Down

0 comments on commit b7157d3

Please sign in to comment.