Skip to content

Commit

Permalink
remove unused dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Whitehead <cywolf@gmail.com>
  • Loading branch information
andrewwhitehead committed Sep 22, 2023
1 parent 0867ad1 commit 4e1e120
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 26 deletions.
20 changes: 0 additions & 20 deletions NOTICES
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ separate copyright notices and license terms.
=> aiohttp
=> aiohttp-cors
=> async-timeout
=> pynacl
=> python3-indy

Apache License
Expand Down Expand Up @@ -355,25 +354,6 @@ THE SOFTWARE.
-----------------------------------------------------------------
-----------------------------------------------------------------

=> msgpack

Copyright (C) 2008-2011 INADA Naoki <songofacandy@gmail.com>

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

-----------------------------------------------------------------
-----------------------------------------------------------------

=> requests

Copyright (C) 2019 Kenneith Reitz
Expand Down
6 changes: 0 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ python = "^3.9"
aiohttp="~3.8.1"
aiohttp-apispec="~2.2.1"
aiohttp-cors="~0.7.0"
aioredis="~2.0.0"
apispec="~3.3.0"
async-timeout="~4.0.2"
base58="~2.1.0"
Expand All @@ -30,14 +29,12 @@ jsonpath_ng="1.5.2"
Markdown="~3.1.1"
markupsafe="2.0.1"
marshmallow="~3.20.1"
msgpack="~1.0"
multiformats="~0.2.1"
nest_asyncio="~1.5.5"
packaging="~23.1"
portalocker="~2.7.0"
prompt_toolkit=">=2.0.9,<2.1.0"
pydid="~0.3.6"
pyjwt="~2.8.0"
pyld="~2.0.3"
pynacl="~1.5.0"
python-dateutil="~2.8.1"
Expand All @@ -48,9 +45,6 @@ qrcode = {version = ">=6.1,<7.0", extras = ["pil"]}
requests="~2.31.0"
rlp="1.2.0"
unflatten="~0.1"
asyncpg = ">=0.25.0,<0.26.0"
web-py = ">=0.62,<1.0"
pygments = ">=2.10,<3.0"
sd_jwt = {git = "https://github.com/openwallet-foundation-labs/sd-jwt-python.git"}

# askar
Expand Down

0 comments on commit 4e1e120

Please sign in to comment.