Skip to content

Commit 69f0a1b

Browse files
authored
Make sure ETOS API is buildable (#38)
Had to downgrade multidict as newer versions of that library are no longer compatible with our old version of pip. We are using an old version of pip due to us having conflicts with ETOS library.
1 parent 77e69e4 commit 69f0a1b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@ fastapi==0.61.1
2222
aiohttp[speedups]==3.6.2
2323

2424
# These are not compatible with etos library
25+
multidict==5.1.0
2526
gql==v3.0.0a3
2627
graphql-core<3.2,>=3.1

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ install_requires =
2929
uvicorn==0.12.2
3030
fastapi==0.61.1
3131
aiohttp[speedups]==3.6.2
32+
multidict==5.1.0
3233
gql==v3.0.0a3
3334
graphql-core<3.2,>=3.1
3435

0 commit comments

Comments
 (0)