Skip to content

Commit

Permalink
Merge pull request #10 from jaimergp/bad-deps
Browse files Browse the repository at this point in the history
Address some recipe issues in dependencies
  • Loading branch information
tcompa authored Oct 30, 2023
2 parents 70fc33b + 03925cb commit 15cdbb0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,14 @@ build:
script: {{ PYTHON }} -m pip install . -vv
entry_points:
- fractalctl = fractal_server.__main__:run
number: 0
number: 1

requirements:
host:
- python >=3.9,<4.0
- poetry-core
- pip
run:
- cloudpickle
- python >=3.9.0,<4.0.0
- python-dotenv >=0.20.0,<0.21.0
- fastapi >=0.103.0,<0.104.0
Expand All @@ -33,11 +32,11 @@ requirements:
- uvicorn >=0.20.0,<0.21.0
- sqlalchemy >=1.4.0,<2.0.0
- sqlalchemy-utils >=0.38.3,<0.39.0
- greenlet *
- greenlet
- pydantic >=1.10.8,<2
run_constrained:
- clusterfutures >=0.5.0,<0.6.0
- cloudpickle >=2.2.1<2.3.0
- cloudpickle >=2.2.1,<2.3.0
- asyncpg >=0.27.0,<0.28.0
- psycopg2 >=2.9.5,<3.0.0
- gunicorn >=20.1.0,<21.0.0
Expand Down

0 comments on commit 15cdbb0

Please sign in to comment.