Skip to content
Snippets Groups Projects
Commit 836d083e authored by Emmanuel Raviart's avatar Emmanuel Raviart
Browse files

Always accept latest version of OpenFisca-France & OpenFisca-France-Reforms.

parent 4bfde3c7
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ Used by [LexImpact Socio-Fiscal UI](https://git.leximpact.dev/leximpact/leximpac
```bash
git clone https://git.leximpact.dev/leximpact/leximpact-socio-fiscal-api.git
cd leximpact-socio-fiscal-api/
poetry install --extras france
poetry install
poetry shell
# Create environment configuration file and then edit it to reference country package et its JSON output.
......
This diff is collapsed.
......@@ -13,27 +13,14 @@ python = "^3.7"
fastapi = "^0.68.1"
uvicorn = {extras = ["standard"], version = "^0.15.0"}
python-dotenv = "^0.19.0"
OpenFisca-France = {version = "^77.0.2", optional = true}
# OpenFisca-France = { git = "https://github.com/openfisca/openfisca-france.git", branch = "harmonisation_ui_emmanuel", optional = true }
OpenFisca-France-Reforms = { git = "https://git.leximpact.dev/openfisca/openfisca-france-reforms.git", optional = true }
OpenFisca-Senegal = {version = "^0.10.3", optional = true}
OpenFisca-Tunisia = {version = "^0.33.0", optional = true}
# OpenFisca-UK = {version = "^0.4.0", optional = true}
OpenFisca-UK = {git = "https://github.com/PSLmodels/openfisca-uk", optional = true}
# OpenFisca-UK = {git = "https://github.com/tax-benefit/openfisca-uk", optional = true}
openfisca-uk-data = {git = "https://github.com/ubicenter/openfisca-uk-data", optional = true}
OpenFisca-France = "*"
OpenFisca-France-Reforms = { git = "https://git.leximpact.dev/openfisca/openfisca-france-reforms.git" }
[tool.poetry.dev-dependencies]
pytest = "^5.2"
black = { version = "*", allow-prereleases = true }
flake8-black = "^0.2.1"
[tool.poetry.extras]
france = ["OpenFisca-France", "OpenFisca-France-Reforms"]
senegal = ["OpenFisca-Senegal"]
tunisia = ["openfisca-tunisia"]
uk = ["openfisca-uk-data", "openfisca-uk"]
[tool.poetry.scripts]
leximpact_socio-fiscal_api = "leximpact_socio_fiscal_api.scripts.serve:main"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment