Skip to content

Commit

Permalink
chore: pin major version of dependencies (#721)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex <[email protected]>
  • Loading branch information
Alex-Izquierdo authored and zkayyali812 committed Dec 9, 2024
1 parent 819f0dc commit 24ca122
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,19 @@ include_package_data = True
packages = find:
python_requires = >=3.9
install_requires =
aiohttp
pyparsing >= 3.0
jsonschema
jinja2
dpath >= 2.1.4
janus
ansible-runner
websockets
aiohttp >=3,<4
pyparsing >= 3.0,<4
jsonschema >=4,<5
jinja2 >=3,<4
dpath >= 2.1.4,<3
janus >=1,<2
ansible-runner >=2,<3
websockets >=10,<14
drools_jpy == 0.3.9
watchdog
xxhash
pyyaml
psycopg[binary]
watchdog >=3,<7
xxhash >=3,<4
pyyaml >=6,<7
psycopg[binary] >=3,<4

[options.packages.find]
include =
Expand All @@ -61,6 +61,6 @@ extend-ignore =

[options.extras_require]
production =
psycopg[c]
psycopg[c] >=3,<4
development =
psycopg[binary]
psycopg[binary] >=3,<4

0 comments on commit 24ca122

Please sign in to comment.