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

changed to universal deps management #113

Merged
merged 1 commit into from
Aug 23, 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
103 changes: 0 additions & 103 deletions requirements-core-win.txt

This file was deleted.

23 changes: 16 additions & 7 deletions requirements-core.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file was autogenerated by uv via the following command:
# uv pip compile requirements-core.in -o requirements-core.txt --python-platform linux
# uv pip compile requirements-core.in --universal -o requirements-core.txt --unsafe-package pywin32 --unsafe-package appscript --unsafe-package psutil
aiocache==0.12.2
# via -r requirements-core.in
annotated-types==0.7.0
Expand All @@ -14,17 +14,19 @@ certifi==2024.7.4
# via
# httpcore
# httpx
cffi==1.17.0
cffi==1.17.0 ; platform_python_implementation != 'PyPy'
# via cryptography
click==8.1.7
# via uvicorn
colorama==0.4.6 ; platform_system == 'Windows'
# via click
croniter==3.0.3
# via -r requirements-core.in
cryptography==43.0.0
# via joserfc
fastapi-slim==0.112.1
# via -r requirements-core.in
gunicorn==23.0.0
gunicorn==23.0.0 ; sys_platform != 'win32'
# via -r requirements-core.in
h11==0.14.0
# via
Expand All @@ -47,15 +49,17 @@ jinja2==3.1.4
# via
# -r requirements-core.in
# jinja2-fragments
jinja2-fragments==1.5.0
jinja2-fragments==1.6.0
# via -r requirements-core.in
joserfc==1.0.0
# via -r requirements-core.in
lxml==5.3.0 ; platform_system == 'Darwin'
# via appscript
markupsafe==2.1.5
# via jinja2
packaging==24.1
packaging==24.1 ; sys_platform != 'win32'
# via gunicorn
pycparser==2.22
pycparser==2.22 ; platform_python_implementation != 'PyPy'
# via cffi
pydantic==2.8.2
# via
Expand Down Expand Up @@ -96,9 +100,14 @@ typing-extensions==4.12.2
# pydantic-core
uvicorn==0.30.6
# via -r requirements-core.in
uvloop==0.20.0
uvloop==0.20.0 ; sys_platform != 'win32'
# via -r requirements-core.in
wsproto==1.2.0
# via simple-websocket
xlwings==0.32.1
# via -r requirements-core.in

# The following packages were excluded from the output:
# pywin32
# appscript
# psutil
206 changes: 0 additions & 206 deletions requirements-dev-win.txt

This file was deleted.

Loading
Loading