Skip to content

Commit

Permalink
Merge pull request #53 from Project-OMOTES/52-update-mesido-to-0131-l…
Browse files Browse the repository at this point in the history
…icense-file-update-sdk

52: Update mesido, omotes-sdk-python and set license file in pyprojec…
  • Loading branch information
lfse-slafleur authored Jun 3, 2024
2 parents 83342d6 + 7f50dab commit 9da619a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 50 deletions.
33 changes: 4 additions & 29 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,7 @@ idna==3.4
# requests
# yarl
importlib-metadata==7.0.2
# via
# -c requirements.txt
# build
# markdown
# via build
influxdb==5.3.1
# via
# -c requirements.txt
Expand All @@ -129,21 +126,9 @@ lxml==4.9.3
# via
# -c requirements.txt
# pyecore
mako==1.3.2
# via
# -c requirements.txt
# pdoc3
markdown==3.5.2
# via
# -c requirements.txt
# pdoc3
markupsafe==2.1.5
# via
# -c requirements.txt
# mako
mccabe==0.7.0
# via flake8
mesido==0.1.3
mesido==0.1.3.1
# via
# -c requirements.txt
# omotes-grow-worker (pyproject.toml)
Expand Down Expand Up @@ -173,7 +158,7 @@ omotes-sdk-protocol==0.0.8
# via
# -c requirements.txt
# omotes-sdk-python
omotes-sdk-python==0.0.14
omotes-sdk-python==0.0.15
# via
# -c requirements.txt
# omotes-grow-worker (pyproject.toml)
Expand All @@ -196,10 +181,6 @@ pandas==1.5.3
# mesido
pathspec==0.12.1
# via black
pdoc3==0.10.0
# via
# -c requirements.txt
# streamcapture
pip-tools==7.3.0
# via omotes-grow-worker (pyproject.toml)
platformdirs==4.2.0
Expand Down Expand Up @@ -288,10 +269,6 @@ six==1.16.0
# python-dateutil
snowballstemmer==2.2.0
# via pydocstyle
streamcapture==1.2.2
# via
# -c requirements.txt
# omotes-sdk-python
strenum==0.4.15
# via
# -c requirements.txt
Expand Down Expand Up @@ -341,9 +318,7 @@ yarl==1.9.4
# aio-pika
# aiormq
zipp==3.18.0
# via
# -c requirements.txt
# importlib-metadata
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,13 @@ classifiers = [
"Topic :: Scientific/Engineering :: Physics",
]
readme = "README.md"
license = {file = "LICENSE"}
requires-python = ">=3.10"

dependencies = [
"python-dotenv ~= 1.0.0",
"mesido ~= 0.1.3",
"omotes-sdk-python ~= 0.0.14"
"mesido ~= 0.1.3.1",
"omotes-sdk-python ~= 0.0.15"
]

[project.optional-dependencies]
Expand Down
21 changes: 2 additions & 19 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,21 +50,13 @@ idna==3.4
# via
# requests
# yarl
importlib-metadata==7.0.2
# via markdown
influxdb==5.3.1
# via mesido
kombu==5.3.4
# via celery
lxml==4.9.3
# via pyecore
mako==1.3.2
# via pdoc3
markdown==3.5.2
# via pdoc3
markupsafe==2.1.5
# via mako
mesido==0.1.3
mesido==0.1.3.1
# via omotes-grow-worker (pyproject.toml)
msgpack==1.0.5
# via influxdb
Expand All @@ -79,16 +71,14 @@ numpy==1.22.4
# scipy
omotes-sdk-protocol==0.0.8
# via omotes-sdk-python
omotes-sdk-python==0.0.14
omotes-sdk-python==0.0.15
# via omotes-grow-worker (pyproject.toml)
ordered-set==4.1.0
# via pyecore
pamqp==3.2.1
# via aiormq
pandas==1.5.3
# via mesido
pdoc3==0.10.0
# via streamcapture
prompt-toolkit==3.0.41
# via click-repl
protobuf==4.25.2
Expand Down Expand Up @@ -131,8 +121,6 @@ six==1.16.0
# via
# influxdb
# python-dateutil
streamcapture==1.2.2
# via omotes-sdk-python
strenum==0.4.15
# via mesido
typing-extensions==4.9.0
Expand All @@ -154,8 +142,3 @@ yarl==1.9.4
# via
# aio-pika
# aiormq
zipp==3.18.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# setuptools

0 comments on commit 9da619a

Please sign in to comment.