Skip to content
This repository has been archived by the owner on Mar 16, 2023. It is now read-only.

Commit

Permalink
⬆️ Removed bokeh dependency + upgrade reqs (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderegg authored Mar 9, 2023
1 parent a83d990 commit 07ff07a
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 116 deletions.
1 change: 0 additions & 1 deletion services/osparc-gateway-server/requirements/_base.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
--constraint ../../../requirements/constraints.txt

aiodocker
bokeh
dask-gateway-server[local]
pydantic[email,dotenv]
45 changes: 3 additions & 42 deletions services/osparc-gateway-server/requirements/_base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile --output-file=requirements/_base.txt --strip-extras requirements/_base.in
# pip-compile --output-file=requirements/_base.txt --resolver=backtracking --strip-extras requirements/_base.in
#
aiodocker==0.21.0
# via -r requirements/_base.in
Expand All @@ -17,16 +17,12 @@ async-timeout==4.0.2
# via aiohttp
attrs==22.2.0
# via aiohttp
bokeh==3.0.3
# via -r requirements/_base.in
cffi==1.15.1
# via cryptography
charset-normalizer==3.1.0
# via aiohttp
colorlog==6.7.0
# via dask-gateway-server
contourpy==1.0.7
# via bokeh
cryptography==39.0.2
# via
# -c requirements/../../../requirements/constraints.txt
Expand All @@ -47,60 +43,25 @@ idna==3.4
# via
# email-validator
# yarl
jinja2==3.1.2
# via
# -c requirements/../../../requirements/constraints.txt
# bokeh
markupsafe==2.1.2
# via jinja2
multidict==6.0.4
# via
# aiohttp
# yarl
numpy==1.24.2
# via
# bokeh
# contourpy
# pandas
packaging==23.0
# via bokeh
pandas==1.5.3
# via bokeh
pillow==9.4.0
# via bokeh
psycopg2-binary==2.9.5
# via sqlalchemy
pycparser==2.21
# via cffi
pydantic==1.10.5
# via
# -c requirements/../../../requirements/constraints.txt
# -r requirements/_base.in
python-dateutil==2.8.2
# via pandas
pydantic==1.10.6
# via -r requirements/_base.in
python-dotenv==1.0.0
# via pydantic
pytz==2022.7.1
# via pandas
pyyaml==6.0
# via
# -c requirements/../../../requirements/constraints.txt
# bokeh
six==1.16.0
# via python-dateutil
sqlalchemy==1.4.46
# via
# -c requirements/../../../requirements/constraints.txt
# dask-gateway-server
tornado==6.2
# via bokeh
traitlets==5.9.0
# via dask-gateway-server
typing-extensions==4.5.0
# via
# aiodocker
# pydantic
xyzservices==2023.2.0
# via bokeh
yarl==1.8.2
# via aiohttp
23 changes: 6 additions & 17 deletions services/osparc-gateway-server/requirements/_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile --output-file=requirements/_test.txt --strip-extras requirements/_test.in
# pip-compile --output-file=requirements/_test.txt --resolver=backtracking --strip-extras requirements/_test.in
#
aiohttp==3.8.4
# via
# -c requirements/../../../requirements/constraints.txt
# -c requirements/_base.txt
# dask-gateway
aiosignal==1.3.1
Expand Down Expand Up @@ -98,7 +97,6 @@ isort==5.12.0
jinja2==3.1.2
# via
# -c requirements/../../../requirements/constraints.txt
# -c requirements/_base.txt
# distributed
lazy-object-proxy==1.9.0
# via astroid
Expand All @@ -107,12 +105,10 @@ locket==1.0.0
# distributed
# partd
markupsafe==2.1.2
# via
# -c requirements/_base.txt
# jinja2
# via jinja2
mccabe==0.7.0
# via pylint
msgpack==1.0.4
msgpack==1.0.5
# via distributed
multidict==6.0.4
# via
Expand All @@ -121,7 +117,6 @@ multidict==6.0.4
# yarl
packaging==23.0
# via
# -c requirements/_base.txt
# dask
# distributed
# docker
Expand All @@ -136,7 +131,7 @@ pprintpp==0.4.0
# via pytest-icdiff
psutil==5.9.4
# via distributed
pylint==2.16.4
pylint==2.17.0
# via -r requirements/_test.in
pytest==7.2.2
# via
Expand All @@ -160,13 +155,10 @@ pytest-watch==4.2.0
pytest-xdist==3.2.0
# via -r requirements/_test.in
python-dateutil==2.8.2
# via
# -c requirements/_base.txt
# faker
# via faker
pyyaml==6.0
# via
# -c requirements/../../../requirements/constraints.txt
# -c requirements/_base.txt
# dask
# dask-gateway
# distributed
Expand All @@ -176,9 +168,7 @@ requests==2.28.2
# coveralls
# docker
six==1.16.0
# via
# -c requirements/_base.txt
# python-dateutil
# via python-dateutil
sortedcontainers==2.4.0
# via distributed
tblib==1.7.0
Expand All @@ -199,7 +189,6 @@ toolz==0.12.0
# partd
tornado==6.2
# via
# -c requirements/_base.txt
# dask-gateway
# distributed
typing-extensions==4.5.0
Expand Down
17 changes: 5 additions & 12 deletions services/osparc-gateway-server/requirements/_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile --output-file=requirements/_tools.txt --strip-extras requirements/_tools.in
# pip-compile --output-file=requirements/_tools.txt --resolver=backtracking --strip-extras requirements/_tools.in
#
black==23.1.0
# via -r requirements/../../../requirements/devenv.txt
Expand All @@ -21,19 +21,16 @@ distlib==0.3.6
# via virtualenv
filelock==3.9.0
# via virtualenv
identify==2.5.18
identify==2.5.19
# via pre-commit
isort==5.12.0
# via
# -c requirements/_test.txt
# -r requirements/../../../requirements/devenv.txt
# via -r requirements/../../../requirements/devenv.txt
mypy-extensions==1.0.0
# via black
nodeenv==1.7.0
# via pre-commit
packaging==23.0
# via
# -c requirements/_base.txt
# -c requirements/_test.txt
# black
# build
Expand All @@ -52,8 +49,6 @@ pyproject-hooks==1.0.0
# via build
pyyaml==6.0
# via
# -c requirements/../../../requirements/constraints.txt
# -c requirements/_base.txt
# -c requirements/_test.txt
# pre-commit
# watchdog
Expand All @@ -62,17 +57,15 @@ tomli==2.0.1
# -c requirements/_test.txt
# black
# build
# pyproject-hooks
typing-extensions==4.5.0
# via
# -c requirements/_base.txt
# -c requirements/_test.txt
# black
virtualenv==20.20.0
# via pre-commit
watchdog==2.3.1
# via
# -c requirements/_test.txt
# -r requirements/_tools.in
# via -r requirements/_tools.in
wheel==0.38.4
# via pip-tools

Expand Down
44 changes: 0 additions & 44 deletions services/osparc-gateway-server/scripts/client.py

This file was deleted.

0 comments on commit 07ff07a

Please sign in to comment.