Skip to content
Snippets Groups Projects
Select Git revision
  • master
1 result

pyproject.toml

Blame
  • pyproject.toml 928 B
    [tool.poetry]
    name = "openfisca-france-with-indirect-taxation"
    version = "0.1.0"
    description = "Merge of OpenFisca-France & OpenFisca-France-indirect-taxation tax-benefit systems"
    authors = ["Emmanuel Raviart <emmanuel@raviart.com>"]
    keywords = ["benefit", "france", "microsimulation", "reform", "social", "tax"]
    license = "poetry : AGPL-3.0-only"
    repository = "https://git.leximpact.dev/leximpact/simulateur-socio-fiscal/openfisca/openfisca-france-with-indirect-taxation"
    
    [tool.poetry.dependencies]
    python = "^3.9"
    # openfisca-france = "^116.7.3"
    OpenFisca-France = {git = "https://github.com/openfisca/openfisca-france.git", rev = "wip-leximpact"}
    openfisca-france-indirect-taxation = {git = "https://github.com/openfisca/openfisca-france-indirect-taxation.git", rev = "cas-type"}
    
    [tool.poetry.dev-dependencies]
    # pytest = "^7.2.2"
    
    [build-system]
    requires = ["poetry-core>=1.0.0"]
    build-backend = "poetry.core.masonry.api"