diff options
author | John Estabrook <jestabro@vyos.io> | 2023-04-24 11:28:42 -0500 |
---|---|---|
committer | John Estabrook <jestabro@vyos.io> | 2023-04-24 11:47:20 -0500 |
commit | 8b752f958176ca579cf780175b3f9ee3617ab481 (patch) | |
tree | 2444e54089304e70668bcd361842bb951d1e541c | |
parent | 3911268c4ed746f303b43b0d701c4c1bd13617f9 (diff) | |
download | vyos-http-api-tools-8b752f958176ca579cf780175b3f9ee3617ab481.tar.gz vyos-http-api-tools-8b752f958176ca579cf780175b3f9ee3617ab481.zip |
http-api: T5176: update changelog; remove unneeded dependencies
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 1 | ||||
-rw-r--r-- | requirements.in | 2 | ||||
-rw-r--r-- | requirements.txt | 6 |
4 files changed, 10 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog index 47ccddf..8df230a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +vyos-http-api-tools (2.1) unstable; urgency=medium + + * Update version of FastAPI to 0.92.0 + * Drop unneeded dependencies + + -- VyOS maintainers and contributors <maintainers@vyos.io> Mon, 24 Apr 2023 11:31:52 -0500 + vyos-http-api-tools (0.2.0-1.1) unstable; urgency=medium * Add sgqlc diff --git a/debian/control b/debian/control index d746f76..b5c880b 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,6 @@ Build-Depends: debhelper (>= 10), python3-setuptools, dh-virtualenv (>= 1.0), python3-pip, - python3-dev, python3-venv Standards-Version: 3.9.6 diff --git a/requirements.in b/requirements.in index b878b16..ba8743a 100644 --- a/requirements.in +++ b/requirements.in @@ -2,6 +2,6 @@ fastapi==0.92.0 python-multipart uvicorn[standard] wsproto -ariadne[asgi-file-uploads] +ariadne makefun sgqlc diff --git a/requirements.txt b/requirements.txt index dcd4e61..72224c8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ anyio==3.6.2 # via # starlette # watchfiles -ariadne[asgi-file-uploads]==0.19.1 +ariadne==0.19.1 # via -r requirements.in click==8.1.3 # via uvicorn @@ -35,9 +35,7 @@ pydantic==1.10.7 python-dotenv==0.21.1 # via uvicorn python-multipart==0.0.6 - # via - # -r requirements.in - # ariadne + # via -r requirements.in pyyaml==6.0 # via uvicorn sgqlc==16.1 |