Skip to content
Snippets Groups Projects
Select Git revision
  • 793db62c82161a6667aad4fda0c6e37d45014e06
  • master default protected
  • abattement-retraite
  • temp
  • cdhr_reform
  • revert-inflateur-contrefactuel-impot
  • lint
  • test-cas-type
  • indemnite-inflation
  • 0_5_8
  • 0_5_7
  • 0_5_6
  • 0_5_5
  • 0_5_4
  • 0_5_3
  • 0_5_2
  • 0_5_1
  • 1.0.304
  • 1.0.303
  • 1.0.302
  • 1.0.301
  • 1.0.300
  • 1.0.299
  • 1.0.298
  • 1.0.297
  • 1.0.296
  • 1.0.295
  • 1.0.294
  • 1.0.293
  • 1.0.292
  • 1.0.291
  • 1.0.290
  • 1.0.289
  • 1.0.288
  • 1.0.287
  • 1.0.286
  • 1.0.285
37 results

pyproject.toml

Blame
  • pyproject.toml 1.75 KiB
    [tool.poetry]
    name = "openfisca-france-reforms"
    version = "1.0.304"
    description = "Some reforms for French OpenFisca tax-benefit system"
    authors = ["Emmanuel Raviart <emmanuel@raviart.com>"]
    keywords = ["benefit", "france", "microsimulation", "reform", "social", "tax"]
    license = "http://www.fsf.org/licensing/licenses/agpl-3.0.html"
    repository = "https://git.leximpact.dev/leximpact/simulateur-socio-fiscal/openfisca/openfisca-france-reforms"
    
    [tool.poetry.dependencies]
    python = "^3.9"
    # openfisca-france = ">= 116.13.2"
    OpenFisca-France = {git = "https://github.com/openfisca/openfisca-france.git", rev = "wip-leximpact"}
    openfisca-france-with-indirect-taxation = {git = "https://git.leximpact.dev/leximpact/simulateur-socio-fiscal/openfisca/openfisca-france-with-indirect-taxation.git"}
    
    [tool.poetry.dev-dependencies]
    black = { version = "*", allow-prereleases = true }
    flake8-black = "^0.3.3"
    
    [build-system]
    requires = ["poetry-core>=1.0.0"]
    build-backend = "poetry.core.masonry.api"
    
    [tool.poetry.plugins."openfisca.reforms"]
    # landais_piketty_saez = "openfisca_france_reforms.landais_piketty_saez:LandaisPikettySaez"
    # lfi_progressivite_bareme_impot_revenu = "openfisca_france_reforms.lfi_progressivite_bareme_impot_revenu:LfiProgressiviteBaremeImpotRevenu"
    # plf_2022 = "openfisca_france_reforms.plf_2022:Plf2022"
    # plf_plfss_2023 = "openfisca_france_reforms.plf_plfss_2023:PlfPlfss2023"
    # prime_partage_valeur = "openfisca_france_reforms.prime_partage_valeur:PrimePartageValeur"
    # reforme_test_1 = "openfisca_france_reforms.reforme_test_1:ReformeTest1"
    contrefactuel_plf = "openfisca_france_reforms.contrefactuel_plf:ContrefactuelPlf"
    # plf_plfss_2024 = "openfisca_france_reforms.plf_plfss_2024:PlfPlfss2024"
    plf_plfss_2025 = "openfisca_france_reforms.plf_plfss_2025:PlfPlfss2025"