Skip to content

Commit

Permalink
Merge pull request #4 from openfisca/master
Browse files Browse the repository at this point in the history
Add openfisca-core-api deps
  • Loading branch information
benoit-cty authored Jan 13, 2022
2 parents 89ee035 + c8262d7 commit e6babf3
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
4 changes: 3 additions & 1 deletion recipe/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 16 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ source:

build:
noarch: python
number: 2
number: 3
script: "{{ PYTHON }} -m pip install . -vv"
entry_points:
- openfisca = openfisca_core.scripts.openfisca_command:main
Expand Down Expand Up @@ -46,6 +46,21 @@ test:
- openfisca --help
- openfisca-run-test --help

outputs:
- name: openfisca-core

- name: openfisca-core-api
requirements:
host:
- python
run:
- python >=3.6,<4.0
- flask ==1.1.2
- flask-cors ==3.0.10
- gunicorn >=20.0.0,<21.0.0
- werkzeug >=1.0.0,<2.0.0
- {{ pin_subpackage('openfisca-core', exact=True) }}

about:
home: https://openfisca.org
license_family: AGPL
Expand Down

1 comment on commit e6babf3

@conda-forge-linter
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi! This is the friendly automated conda-forge-webservice.

I updated the Github team because of this commit.

You should get push access to this feedstock and CI services.

Your package won't be available for installation locally until it is built
and synced to the anaconda.org CDN (takes 1-2 hours after the build finishes).

Feel free to join the community chat room.

NOTE: Please make sure to not push to the repository directly.
Use branches in your fork for any changes and send a PR.
More details on this are here.

Please sign in to comment.