Skip to content

Commit

Permalink
trying a different syntax for lax deps
Browse files Browse the repository at this point in the history
  • Loading branch information
alaniwi authored and BADC Support Account committed Dec 23, 2024
1 parent 63936c3 commit b89f10b
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,19 @@ Repository = "https://github.com/cedadev/ceda-elasticsearch-tools.git"


[tool.poetry.dependencies]
python
requests
elasticsearch
docopt
tqdm
certifi
chardet
idna
urllib3
simplejson
tabulate
setuptools
pytest
python = "*"
requests = "*"
elasticsearch = "*"
docopt = "*"
tqdm = "*"
certifi = "*"
chardet = "*"
idna = "*"
urllib3 = "*"
simplejson = "*"
tabulate = "*"
setuptools = "*"
pytest = "*"

[tool.poetry.scripts]
nla_sync_es = "ceda_elasticsearch_tools.cmdline.nla_sync_es:main"
Expand Down

0 comments on commit b89f10b

Please sign in to comment.