Skip to main content
Homepage
Explore
Search or go to…
/
Register
Sign in
Explore
Primary navigation
Project
O
OpenFisca-France-Reforms
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Collapse sidebar
Snippets
Groups
Projects
Show more breadcrumbs
leximpact
Simulateur socio-fiscal
Adaptations OpenFisca
OpenFisca-France-Reforms
Commits
6b3ed206
Commit
6b3ed206
authored
Oct 12, 2021
by
Emmanuel Raviart
Browse files
Options
Downloads
Patches
Plain Diff
OpenFisca-France is no more optional and its version has no more constraint.
parent
757b7281
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
poetry.lock
+70
-71
70 additions, 71 deletions
poetry.lock
pyproject.toml
+1
-1
1 addition, 1 deletion
pyproject.toml
with
71 additions
and
72 deletions
poetry.lock
+
70
−
71
View file @
6b3ed206
...
...
@@ -50,7 +50,7 @@ uvloop = ["uvloop (>=0.15.2)"]
[[
package
]]
name
=
"click"
version
=
"8.0.
1
"
version
=
"8.0.
3
"
description
=
"Composable command line interface toolkit"
category
=
"dev"
optional
=
false
...
...
@@ -78,17 +78,17 @@ python-versions = "*"
[[
package
]]
name
=
"flake8"
version
=
"
3.9.2
"
version
=
"
4.0.1
"
description
=
"the modular source code checker: pep8 pyflakes and co"
category
=
"dev"
optional
=
false
python-versions
=
"
!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7
"
python-versions
=
"
>=3.6
"
[
package
.
dependencies
]
importlib-metadata
=
{
version
=
"
*
"
,
markers
=
"python_version <
\"
3.8
\"
"
}
importlib-metadata
=
{
version
=
"
<4.3
"
,
markers
=
"python_version <
\"
3.8
\"
"
}
mccabe
=
">=0.6.0,<0.7.0"
pycodestyle
=
">=2.
7
.0,<2.
8
.0"
pyflakes
=
">=2.
3
.0,<2.
4
.0"
pycodestyle
=
">=2.
8
.0,<2.
9
.0"
pyflakes
=
">=2.
4
.0,<2.
5
.0"
[[
package
]]
name
=
"flake8-black"
...
...
@@ -105,7 +105,7 @@ toml = "*"
[[
package
]]
name
=
"importlib-metadata"
version
=
"4.
8.1
"
version
=
"4.
2.0
"
description
=
"Read metadata from Python packages"
category
=
"main"
optional
=
false
...
...
@@ -117,8 +117,7 @@ zipp = ">=0.5"
[
package
.
extras
]
docs
=
[
"sphinx"
,
"jaraco.packaging (>=8.2)"
,
"rst.linker (>=1.9)"
]
perf
=
[
"ipython"
]
testing
=
[
"pytest (>=4.6)"
,
"pytest-checkdocs (>=2.4)"
,
"pytest-flake8"
,
"pytest-cov"
,
"pytest-enabler (>=1.0.1)"
,
"packaging"
,
"pep517"
,
"pyfakefs"
,
"flufl.flake8"
,
"pytest-perf (>=0.9.2)"
,
"pytest-black (>=0.3.7)"
,
"pytest-mypy"
,
"importlib-resources (>=1.3)"
]
testing
=
[
"pytest (>=4.6)"
,
"pytest-checkdocs (>=2.4)"
,
"pytest-flake8"
,
"pytest-cov"
,
"pytest-enabler (>=1.0.1)"
,
"packaging"
,
"pep517"
,
"pyfakefs"
,
"flufl.flake8"
,
"pytest-black (>=0.3.7)"
,
"pytest-mypy"
,
"importlib-resources (>=1.3)"
]
[[
package
]]
name
=
"mccabe"
...
...
@@ -165,7 +164,7 @@ python-versions = ">=3.7"
[[
package
]]
name
=
"openfisca-core"
version
=
"35.5.
2
"
version
=
"35.5.
5
"
description
=
"A versatile microsimulation free software"
category
=
"main"
optional
=
true
...
...
@@ -181,13 +180,13 @@ PyYAML = ">=3.10"
sortedcontainers
=
"2.2.2"
[
package
.
extras
]
dev
=
[
"autopep8 (>=1.4.0,<1.6.0)"
,
"flake8 (>=3.9.0,<4.0.0)"
,
"flake8-bugbear (>=19.3.0,<20.0.0)"
,
"flake8-print (>=3.1.0,<4.0.0)"
,
"flake8-rst-docstrings (<1.0.0)"
,
"pytest-cov (>=2.6.1,<3.0.0)"
,
"mypy (>=0.701,<0.800)"
,
"openfisca-country-template (>=3.10.0,<4.0.0)"
,
"openfisca-extension-template (>=1.2.0rc0,<2.0.0)"
,
"
werkzeug (>=1.0.0
,<
2
.0.0)"
,
"flask (==1.1.2)"
,
"flask-cors (==3.0.10)"
,
"gunicorn (>=20.0.0,<21.0.0)"
]
dev
=
[
"autopep8 (>=1.4.0,<1.6.0)"
,
"darglint (==1.8.0)"
,
"flake8 (>=3.9.0,<4.0.0)"
,
"flake8-bugbear (>=19.3.0,<20.0.0)"
,
"flake8-docstrings (==1.6.0)"
,
"flake8-print (>=3.1.0,<4.0.0)"
,
"flake8-rst-docstrings (<1.0.0)"
,
"mypy (>=0.701,<0.800)"
,
"openfisca-country-template (>=3.10.0,<4.0.0)"
,
"openfisca-extension-template (>=1.2.0rc0,<2.0.0)"
,
"
pylint (==2.10.2)"
,
"pytest-cov (>=2.6.1
,<
3
.0.0)"
,
"flask (==1.1.2)"
,
"flask-cors (==3.0.10)"
,
"gunicorn (>=20.0.0,<21.0.0)"
,
"werkzeug (>=1.0.0,<2.0.0)"
]
tracker
=
[
"openfisca-tracker (==0.4.0)"
]
web-api
=
[
"werkzeug (>=1.0.0,<2.0.0)"
,
"flask (==1.1.2)"
,
"flask-cors (==3.0.10)"
,
"gunicorn (>=20.0.0,<21.0.0)"
]
web-api
=
[
"flask (==1.1.2)"
,
"flask-cors (==3.0.10)"
,
"gunicorn (>=20.0.0,<21.0.0)"
,
"werkzeug (>=1.0.0,<2.0.0)"
]
[[
package
]]
name
=
"openfisca-france"
version
=
"77.
0.2
"
version
=
"77.
3.0
"
description
=
"French tax and benefit system for OpenFisca"
category
=
"main"
optional
=
true
...
...
@@ -269,15 +268,15 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[[
package
]]
name
=
"pycodestyle"
version
=
"2.
7
.0"
version
=
"2.
8
.0"
description
=
"Python style guide checker"
category
=
"dev"
optional
=
false
python-versions
=
">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
python-versions
=
">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
, !=3.4.*
"
[[
package
]]
name
=
"pyflakes"
version
=
"2.
3.1
"
version
=
"2.
4.0
"
description
=
"passive checker of Python programs"
category
=
"dev"
optional
=
false
...
...
@@ -324,7 +323,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*"
[[
package
]]
name
=
"regex"
version
=
"2021.
9.30
"
version
=
"2021.
10.8
"
description
=
"Alternative regular expression module, to replace re."
category
=
"dev"
optional
=
false
...
...
@@ -393,7 +392,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes
[
metadata
]
lock-version
=
"1.1"
python-versions
=
"^3.7"
content-hash
=
"1
27f91a50c4e83359d74d2b87e87d415f2b8a04342bd577e6800cee3961473ea
"
content-hash
=
"1
38d9158cecc7b3001f54e73a5d88d05c1674356649acfd2adb4373321897530
"
[
metadata
.
files
]
atomicwrites
=
[
...
...
@@ -409,8 +408,8 @@ black = [
{
file
=
"black-21.9b0.tar.gz"
,
hash
=
"sha256:7de4cfc7eb6b710de325712d40125689101d21d25283eed7e9998722cf10eb91"
},
]
click
=
[
{
file
=
"click-8.0.
1
-py3-none-any.whl"
,
hash
=
"sha256:
fba402a4a47334742d782209a7c79bc448911afe1149d07bdabdf480b3e2f4b6
"
},
{
file
=
"click-8.0.
1
.tar.gz"
,
hash
=
"sha256:
8c04c11192119b1ef78ea049e0a6f0463e4c48ef00a30160c704337586f3ad7a
"
},
{
file
=
"click-8.0.
3
-py3-none-any.whl"
,
hash
=
"sha256:
353f466495adaeb40b6b5f592f9f91cb22372351c84caeb068132442a4518ef3
"
},
{
file
=
"click-8.0.
3
.tar.gz"
,
hash
=
"sha256:
410e932b050f5eed773c4cda94de75971c89cdb3155a72a0831139a79e5ecb5b
"
},
]
colorama
=
[
{
file
=
"colorama-0.4.4-py2.py3-none-any.whl"
,
hash
=
"sha256:9f47eda37229f68eee03b24b9748937c7dc3868f906e8ba69fbcbdd3bc5dc3e2"
},
...
...
@@ -420,16 +419,16 @@ dpath = [
{
file
=
"dpath-1.5.0.tar.gz"
,
hash
=
"sha256:496615b4ea84236d18e0d286122de74869a60e0f87e2c7ec6787ff286c48361b"
},
]
flake8
=
[
{
file
=
"flake8-
3.9.2
-py2.py3-none-any.whl"
,
hash
=
"sha256:
bf8fd333346d844f616e8d47905ef3a3384edae6b4e9beb0c5101e25e3110907
"
},
{
file
=
"flake8-
3.9.2
.tar.gz"
,
hash
=
"sha256:
07528381786f2a6237b061f6e96610a4167b226cb926e2aa2b6b1d78057c576b
"
},
{
file
=
"flake8-
4.0.1
-py2.py3-none-any.whl"
,
hash
=
"sha256:
479b1304f72536a55948cb40a32dce8bb0ffe3501e26eaf292c7e60eb5e0428d
"
},
{
file
=
"flake8-
4.0.1
.tar.gz"
,
hash
=
"sha256:
806e034dda44114815e23c16ef92f95c91e4c71100ff52813adf7132a6ad870d
"
},
]
flake8-black
=
[
{
file
=
"flake8-black-0.2.3.tar.gz"
,
hash
=
"sha256:c199844bc1b559d91195ebe8620216f21ed67f2cc1ff6884294c91a0d2492684"
},
{
file
=
"flake8_black-0.2.3-py3-none-any.whl"
,
hash
=
"sha256:cc080ba5b3773b69ba102b6617a00cc4ecbad8914109690cfda4d565ea435d96"
},
]
importlib-metadata
=
[
{
file
=
"importlib_metadata-4.
8.1
-py3-none-any.whl"
,
hash
=
"sha256:
b618b6d2d5ffa2f16add5697cf57a46c76a56229b0ed1c438322e4e95645bd15
"
},
{
file
=
"importlib_metadata-4.
8.1
.tar.gz"
,
hash
=
"sha256:
f284b3e11256ad1e5d03ab86bb2ccd6f5339688ff17a4d797a0fe7df326f23b
1"
},
{
file
=
"importlib_metadata-4.
2.0
-py3-none-any.whl"
,
hash
=
"sha256:
057e92c15bc8d9e8109738a48db0ccb31b4d9d5cfbee5a8670879a30be66304b
"
},
{
file
=
"importlib_metadata-4.
2.0
.tar.gz"
,
hash
=
"sha256:
b7e52a1f8dec14a75ea73e0891f3060099ca1d8e6a462a4dff11c3e119ea1b3
1"
},
]
mccabe
=
[
{
file
=
"mccabe-0.6.1-py2.py3-none-any.whl"
,
hash
=
"sha256:ab8a6258860da4b6677da4bd2fe5dc2c659cff31b3ee4f7f5d64e79735b80d42"
},
...
...
@@ -510,10 +509,10 @@ numpy = [
{
file
=
"numpy-1.20.3.zip"
,
hash
=
"sha256:e55185e51b18d788e49fe8305fd73ef4470596b33fc2c1ceb304566b99c71a69"
},
]
openfisca-core
=
[
{
file
=
"OpenFisca_Core-35.5.
2
-py3-none-any.whl"
,
hash
=
"sha256:
3bb573200b648efb5b1e46020b5aec629a734ee88a9155142d4b4b3eddf555d4
"
},
{
file
=
"OpenFisca_Core-35.5.
5
-py3-none-any.whl"
,
hash
=
"sha256:
8921878709dfb98944d87f319a183cdf1a79d07f49491e885d60e24c88649387
"
},
]
openfisca-france
=
[
{
file
=
"OpenFisca_France-77.
0.2
-py3-none-any.whl"
,
hash
=
"sha256:
9136d105343dfee3d01705664de07afdcf02bf1cbf55433202b449ca04dbc6af
"
},
{
file
=
"OpenFisca_France-77.
3.0
-py3-none-any.whl"
,
hash
=
"sha256:
f7e4423649a23e476256f3d9a11c84990bb291835daab195bc252d6e769b99cd
"
},
]
packaging
=
[
{
file
=
"packaging-21.0-py3-none-any.whl"
,
hash
=
"sha256:c86254f9220d55e31cc94d69bade760f0847da8000def4dfe1c6b872fd14ff14"
},
...
...
@@ -566,12 +565,12 @@ py = [
{
file
=
"py-1.10.0.tar.gz"
,
hash
=
"sha256:21b81bda15b66ef5e1a777a21c4dcd9c20ad3efd0b3f817e7a809035269e1bd3"
},
]
pycodestyle
=
[
{
file
=
"pycodestyle-2.
7
.0-py2.py3-none-any.whl"
,
hash
=
"sha256:
514f76d918fcc0b55c6680472f0a37970994e07bbb80725808c17089be302068
"
},
{
file
=
"pycodestyle-2.
7
.0.tar.gz"
,
hash
=
"sha256:
c389c1d06bf7904078ca03399a4816f974a1d590090fecea0c63ec26ebaf1ce
f"
},
{
file
=
"pycodestyle-2.
8
.0-py2.py3-none-any.whl"
,
hash
=
"sha256:
720f8b39dde8b293825e7ff02c475f3077124006db4f440dcbc9a20b76548a20
"
},
{
file
=
"pycodestyle-2.
8
.0.tar.gz"
,
hash
=
"sha256:
eddd5847ef438ea1c7870ca7eb78a9d47ce0cdb4851a5523949f2601d0cbbe7
f"
},
]
pyflakes
=
[
{
file
=
"pyflakes-2.
3.1
-py2.py3-none-any.whl"
,
hash
=
"sha256:
7893783d01b8a89811dd72d7dfd4d84ff098e5eed95cfa8905b22bbffe52efc3
"
},
{
file
=
"pyflakes-2.
3.1
.tar.gz"
,
hash
=
"sha256:
f5bc8ecabc05bb9d291eb5203d6810b49040f6ff446a756326104746cc00c1db
"
},
{
file
=
"pyflakes-2.
4.0
-py2.py3-none-any.whl"
,
hash
=
"sha256:
3bb3a3f256f4b7968c9c788781e4ff07dce46bdf12339dcda61053375426ee2e
"
},
{
file
=
"pyflakes-2.
4.0
.tar.gz"
,
hash
=
"sha256:
05a85c2872edf37a4ed30b0cce2f6093e1d0581f8c19d7393122da7e25b2b24c
"
},
]
pyparsing
=
[
{
file
=
"pyparsing-2.4.7-py2.py3-none-any.whl"
,
hash
=
"sha256:ef9d7589ef3c200abe66653d3f1ab1033c3c419ae9b9bdb1240a85b024efc88b"
},
...
...
@@ -613,47 +612,47 @@ pyyaml = [
{
file
=
"PyYAML-5.4.1.tar.gz"
,
hash
=
"sha256:607774cbba28732bfa802b54baa7484215f530991055bb562efbed5b2f20a45e"
},
]
regex
=
[
{
file
=
"regex-2021.
9.30
-cp310-cp310-macosx_10_9_x86_64.whl"
,
hash
=
"sha256:
66696c8336a1b5d1182464f3af3427cc760118f26d0b09a2ddc16a976a4d2637
"
},
{
file
=
"regex-2021.
9.30
-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl"
,
hash
=
"sha256:
4d87459ad3ab40cd8493774f8a454b2e490d8e729e7e402a0625867a983e4e02
"
},
{
file
=
"regex-2021.
9.30
-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
,
hash
=
"sha256:
78cf6a1e023caf5e9a982f5377414e1aeac55198831b852835732cfd0a0ca5ff
"
},
{
file
=
"regex-2021.
9.30
-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl"
,
hash
=
"sha256:
255791523f80ea8e48e79af7120b4697ef3b74f6886995dcdb08c41f8e516be0
"
},
{
file
=
"regex-2021.
9.30
-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl"
,
hash
=
"sha256:
e502f8d4e5ef714bcc2c94d499684890c94239526d61fdf1096547db91ca6aa6
"
},
{
file
=
"regex-2021.
9.30
-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl"
,
hash
=
"sha256:
4907fb0f9b9309a5bded72343e675a252c2589a41871874feace9a05a540241e
"
},
{
file
=
"regex-2021.
9.30
-cp310-cp310-win32.whl"
,
hash
=
"sha256:
3be40f720af170a6b20ddd2ad7904c58b13d2b56f6734ee5d09bbdeed2fa4816
"
},
{
file
=
"regex-2021.
9.30
-cp310-cp310-win_amd64.whl"
,
hash
=
"sha256:
c2b180ed30856dfa70cfe927b0fd38e6b68198a03039abdbeb1f2029758d87e7
"
},
{
file
=
"regex-2021.
9.30
-cp36-cp36m-macosx_10_9_x86_64.whl"
,
hash
=
"sha256:
e6f2d2f93001801296fe3ca86515eb04915472b5380d4d8752f09f25f0b9b0ed
"
},
{
file
=
"regex-2021.
9.30
-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl"
,
hash
=
"sha256:
4fa7ba9ab2eba7284e0d7d94f61df7af86015b0398e123331362270d71fab0b9
"
},
{
file
=
"regex-2021.
9.30
-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
,
hash
=
"sha256:
28040e89a04b60d579c69095c509a4f6a1a5379cd865258e3a186b7105de72c6
"
},
{
file
=
"regex-2021.
9.30
-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl"
,
hash
=
"sha256:
f588209d3e4797882cd238195c175290dbc501973b10a581086b5c6bcd095ffb
"
},
{
file
=
"regex-2021.
9.30
-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl"
,
hash
=
"sha256:
42952d325439ef223e4e9db7ee6d9087b5c68c5c15b1f9de68e990837682fc7b
"
},
{
file
=
"regex-2021.
9.30
-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl"
,
hash
=
"sha256:
cae4099031d80703954c39680323dabd87a69b21262303160776aa0e55970ca0
"
},
{
file
=
"regex-2021.
9.30
-cp36-cp36m-win32.whl"
,
hash
=
"sha256:
0de8ad66b08c3e673b61981b9e3626f8784d5564f8c3928e2ad408c0eb5ac38c
"
},
{
file
=
"regex-2021.
9.30
-cp36-cp36m-win_amd64.whl"
,
hash
=
"sha256:
b345ecde37c86dd7084c62954468a4a655fd2d24fd9b237949dd07a4d0dd6f4c
"
},
{
file
=
"regex-2021.
9.30
-cp37-cp37m-macosx_10_9_x86_64.whl"
,
hash
=
"sha256:
a6f08187136f11e430638c2c66e1db091105d7c2e9902489f0dbc69b44c22
2b4"
},
{
file
=
"regex-2021.
9.30
-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl"
,
hash
=
"sha256:
b55442650f541d195a535ccec33078c78a9521973fb960923da7515e9ed78
fa
6
"
},
{
file
=
"regex-2021.
9.30
-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
,
hash
=
"sha256:
87e9c489aa98f50f367fb26cc9c8908d668e9228d327644d7aa568d47e456f47
"
},
{
file
=
"regex-2021.
9.30
-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl"
,
hash
=
"sha256:
e2cb7d4909ed16ed35729d38af585673f1f0833e73dfdf0c18e5be0061107b99
"
},
{
file
=
"regex-2021.
9.30
-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl"
,
hash
=
"sha256:
d0861e7f6325e821d5c40514c551fd538b292f8cc3960086e73491b9c5d8291d
"
},
{
file
=
"regex-2021.
9.30
-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl"
,
hash
=
"sha256:
81fdc90f999b2147fc62e303440c424c47e5573a9b615ed5d43a5b832efcca9e
"
},
{
file
=
"regex-2021.
9.30
-cp37-cp37m-win32.whl"
,
hash
=
"sha256:
8c1ad61fa024195136a6b7b89538030bd00df15f90ac177ca278df9b2386c96f
"
},
{
file
=
"regex-2021.
9.30
-cp37-cp37m-win_amd64.whl"
,
hash
=
"sha256:
e3770781353a4886b68ef10cec31c1f61e8e3a0be5f213c2bb15a86efd999bc4
"
},
{
file
=
"regex-2021.
9.30
-cp38-cp38-macosx_10_9_x86_64.whl"
,
hash
=
"sha256:
9c065d95a514a06b92a5026766d72ac91bfabf581adb5b29bc5c91d4b3ee9b83
"
},
{
file
=
"regex-2021.
9.30
-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl"
,
hash
=
"sha256:
9925985be05d54b3d25fd6c1ea8e50ff1f7c2744c75bdc4d3b45c790afa2bcb3
"
},
{
file
=
"regex-2021.
9.30
-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
,
hash
=
"sha256:
470f2c882f2672d8eeda8ab27992aec277c067d280b52541357e1acd7e606dae
"
},
{
file
=
"regex-2021.
9.30
-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl"
,
hash
=
"sha256:
ad0517df22a97f1da20d8f1c8cb71a5d1997fa383326b81f9cf22c9dadfbdf34
"
},
{
file
=
"regex-2021.
9.30
-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl"
,
hash
=
"sha256:
c9e30838df7bfd20db6466fd309d9b580d32855f8e2c2e6d74cf9da27dcd9b63
"
},
{
file
=
"regex-2021.
9.30
-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl"
,
hash
=
"sha256:
5b34d2335d6aedec7dcadd3f8283b9682fadad8b9b008da8788d2fce76125ebe
"
},
{
file
=
"regex-2021.
9.30
-cp38-cp38-win32.whl"
,
hash
=
"sha256:
e07049cece3462c626d650e8bf42ddbca3abf4aa08155002c28cb6d9a5a281e2
"
},
{
file
=
"regex-2021.
9.30
-cp38-cp38-win_amd64.whl"
,
hash
=
"sha256:
37868075eda024470bd0feab872c692ac4ee29db1e14baec103257bf6cc64346
"
},
{
file
=
"regex-2021.
9.30
-cp39-cp39-macosx_10_9_x86_64.whl"
,
hash
=
"sha256:
d331f238a7accfbbe1c4cd1ba610d4c087b206353539331e32a8f05345c74aec
"
},
{
file
=
"regex-2021.
9.30
-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl"
,
hash
=
"sha256:
6348a7ab2a502cbdd0b7fd0496d614007489a
db7
3
61
956b38044d1d588e66e04
"
},
{
file
=
"regex-2021.
9.30
-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
,
hash
=
"sha256:
ce7b1cca6c23f19bee8dc40228d9c314d86d1e51996b86f924aca302fc8f8bf9
"
},
{
file
=
"regex-2021.
9.30
-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl"
,
hash
=
"sha256:
1f1125bc5172ab3a049bc6f4b9c0aae95a2a2001a77e6d6e4239fa3653e202b5
"
},
{
file
=
"regex-2021.
9.30
-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl"
,
hash
=
"sha256:
638e98d069b14113e8afba6a54d1ca123f712c0d105e67c1f9211b2
a825
ef926
"
},
{
file
=
"regex-2021.
9.30
-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl"
,
hash
=
"sha256:9
a0b0db6b49da7fa37ca8eddf9f40a8dbc599bad43e64f452284f37b6c34d91c
"
},
{
file
=
"regex-2021.
9.30
-cp39-cp39-win32.whl"
,
hash
=
"sha256:
9910869c472e5a6728680ca357b5846546cbbd2ab3ad5bef986ef0bc438d0aa6
"
},
{
file
=
"regex-2021.
9.30
-cp39-cp39-win_amd64.whl"
,
hash
=
"sha256:
3b71213ec3bad9a5a02e049f
2e
c
86b3
d7c3e350129ae0f4e2f99c12b5da919ed
"
},
{
file
=
"regex-2021.
9.30
.tar.gz"
,
hash
=
"sha256:
81e125d9ba54c34579e4539a967e976a3c56150796674aec318b1b2f49251be7
"
},
{
file
=
"regex-2021.
10.8
-cp310-cp310-macosx_10_9_x86_64.whl"
,
hash
=
"sha256:
981c786293a3115bc14c103086ae54e5ee50ca57f4c02ce7cf1b60318d1e8072
"
},
{
file
=
"regex-2021.
10.8
-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl"
,
hash
=
"sha256:
51feefd58ac38eb91a21921b047da8644155e5678e9066af7bcb30ee0dca7361
"
},
{
file
=
"regex-2021.
10.8
-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
,
hash
=
"sha256:
ea8de658d7db5987b11097445f2b1f134400e2232cb40e614e5f7b6f5428710e
"
},
{
file
=
"regex-2021.
10.8
-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl"
,
hash
=
"sha256:
1ce02f420a7ec3b2480fe6746d756530f69769292eca363218c2291d0b116a01
"
},
{
file
=
"regex-2021.
10.8
-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl"
,
hash
=
"sha256:
39079ebf54156be6e6902f5c70c078f453350616cfe7bfd2dd15bdb3eac20ccc
"
},
{
file
=
"regex-2021.
10.8
-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl"
,
hash
=
"sha256:
ff24897f6b2001c38a805d53b6ae72267025878d35ea225aa24675fbff2dba7f
"
},
{
file
=
"regex-2021.
10.8
-cp310-cp310-win32.whl"
,
hash
=
"sha256:
c6569ba7b948c3d61d27f04e2b08ebee24fec9ff8e9ea154d8d1e975b175bfa7
"
},
{
file
=
"regex-2021.
10.8
-cp310-cp310-win_amd64.whl"
,
hash
=
"sha256:
45cb0f7ff782ef51bc79e227a87e4e8f24bc68192f8de4f18aae60b1d60bc152
"
},
{
file
=
"regex-2021.
10.8
-cp36-cp36m-macosx_10_9_x86_64.whl"
,
hash
=
"sha256:
fab3ab8aedfb443abb36729410403f0fe7f60ad860c19a979d47fb3eb98ef820
"
},
{
file
=
"regex-2021.
10.8
-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl"
,
hash
=
"sha256:
74e55f8d66f1b41d44bc44c891bcf2c7fad252f8f323ee86fba99d71fd1ad5e3
"
},
{
file
=
"regex-2021.
10.8
-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
,
hash
=
"sha256:
3d52c5e089edbdb6083391faffbe70329b804652a53c2fdca3533e99ab0580d9
"
},
{
file
=
"regex-2021.
10.8
-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl"
,
hash
=
"sha256:
1abbd95cbe9e2467cac65c77b6abd9223df717c7ae91a628502de67c73bf6838
"
},
{
file
=
"regex-2021.
10.8
-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl"
,
hash
=
"sha256:
b9b5c215f3870aa9b011c00daeb7be7e1ae4ecd628e9beb6d7e6107e07d81287
"
},
{
file
=
"regex-2021.
10.8
-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl"
,
hash
=
"sha256:
f540f153c4f5617bc4ba6433534f8916d96366a08797cbbe4132c37b70403e92
"
},
{
file
=
"regex-2021.
10.8
-cp36-cp36m-win32.whl"
,
hash
=
"sha256:
1f51926db492440e66c89cd2be042f2396cf91e5b05383acd7372b8cb7da373f
"
},
{
file
=
"regex-2021.
10.8
-cp36-cp36m-win_amd64.whl"
,
hash
=
"sha256:
5f55c4804797ef7381518e683249310f7f9646da271b71cb6b3552416c7894ee
"
},
{
file
=
"regex-2021.
10.8
-cp37-cp37m-macosx_10_9_x86_64.whl"
,
hash
=
"sha256:
fb2baff66b7d2267e07ef71e17d01283b55b3cc51a81b54cc385e721ae17
2b
a
4"
},
{
file
=
"regex-2021.
10.8
-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl"
,
hash
=
"sha256:
9e527ab1c4c7cf2643d93406c04e1d289a9d12966529381ce8163c4d2abe4
fa
f
"
},
{
file
=
"regex-2021.
10.8
-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
,
hash
=
"sha256:
36c98b013273e9da5790ff6002ab326e3f81072b4616fd95f06c8fa733d2745f
"
},
{
file
=
"regex-2021.
10.8
-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl"
,
hash
=
"sha256:
55ef044899706c10bc0aa052f2fc2e58551e2510694d6aae13f37c50f3f6ff61
"
},
{
file
=
"regex-2021.
10.8
-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl"
,
hash
=
"sha256:
aa0ab3530a279a3b7f50f852f1bab41bc304f098350b03e30a3876b7dd89840e
"
},
{
file
=
"regex-2021.
10.8
-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl"
,
hash
=
"sha256:
a37305eb3199d8f0d8125ec2fb143ba94ff6d6d92554c4b8d4a8435795a6eccd
"
},
{
file
=
"regex-2021.
10.8
-cp37-cp37m-win32.whl"
,
hash
=
"sha256:
2efd47704bbb016136fe34dfb74c805b1ef5c7313aef3ce6dcb5ff844299f432
"
},
{
file
=
"regex-2021.
10.8
-cp37-cp37m-win_amd64.whl"
,
hash
=
"sha256:
924079d5590979c0e961681507eb1773a142553564ccae18d36f1de7324e71ca
"
},
{
file
=
"regex-2021.
10.8
-cp38-cp38-macosx_10_9_x86_64.whl"
,
hash
=
"sha256:
b09d3904bf312d11308d9a2867427479d277365b1617e48ad09696fa7dfcdf59
"
},
{
file
=
"regex-2021.
10.8
-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl"
,
hash
=
"sha256:
7f125fce0a0ae4fd5c3388d369d7a7d78f185f904c90dd235f7ecf8fe13fa741
"
},
{
file
=
"regex-2021.
10.8
-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
,
hash
=
"sha256:
5f199419a81c1016e0560c39773c12f0bd924c37715bffc64b97140d2c314354
"
},
{
file
=
"regex-2021.
10.8
-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl"
,
hash
=
"sha256:
09e1031e2059abd91177c302da392a7b6859ceda038be9e015b522a182c89e4f
"
},
{
file
=
"regex-2021.
10.8
-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl"
,
hash
=
"sha256:
9c070d5895ac6aeb665bd3cd79f673775caf8d33a0b569e98ac434617ecea57d
"
},
{
file
=
"regex-2021.
10.8
-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl"
,
hash
=
"sha256:
176796cb7f82a7098b0c436d6daac82f57b9101bb17b8e8119c36eecf06a60a3
"
},
{
file
=
"regex-2021.
10.8
-cp38-cp38-win32.whl"
,
hash
=
"sha256:
5e5796d2f36d3c48875514c5cd9e4325a1ca172fc6c78b469faa8ddd3d770593
"
},
{
file
=
"regex-2021.
10.8
-cp38-cp38-win_amd64.whl"
,
hash
=
"sha256:
e4204708fa116dd03436a337e8e84261bc8051d058221ec63535c9403a1582a1
"
},
{
file
=
"regex-2021.
10.8
-cp39-cp39-macosx_10_9_x86_64.whl"
,
hash
=
"sha256:
b8b6ee6555b6fbae578f1468b3f685cdfe7940a65675611365a7ea1f8d724991
"
},
{
file
=
"regex-2021.
10.8
-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl"
,
hash
=
"sha256:
973499dac63625a5ef9dfa4c791aa33a502d
db761
5d992bdc89cf2cc2285daa3
"
},
{
file
=
"regex-2021.
10.8
-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
,
hash
=
"sha256:
88dc3c1acd3f0ecfde5f95c32fcb9beda709dbdf5012acdcf66acbc4794468eb
"
},
{
file
=
"regex-2021.
10.8
-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl"
,
hash
=
"sha256:
4786dae85c1f0624ac77cb3813ed99267c9adb72e59fdc7297e1cf4d6036d493
"
},
{
file
=
"regex-2021.
10.8
-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl"
,
hash
=
"sha256:
fe6ce4f3d3c48f9f402da1ceb571548133d3322003ce01b20d960
a82
2
5
1695d2
"
},
{
file
=
"regex-2021.
10.8
-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl"
,
hash
=
"sha256:9
e3e2cea8f1993f476a6833ef157f5d9e8c75a59a8d8b0395a9a6887a097243b
"
},
{
file
=
"regex-2021.
10.8
-cp39-cp39-win32.whl"
,
hash
=
"sha256:
82cfb97a36b1a53de32b642482c6c46b6ce80803854445e19bc49993655ebf3b
"
},
{
file
=
"regex-2021.
10.8
-cp39-cp39-win_amd64.whl"
,
hash
=
"sha256:
b04e512eb628ea8
2e
d
86
e
b3
1c0f7fc6842b46bf2601b66b1356a7008327f7700
"
},
{
file
=
"regex-2021.
10.8
.tar.gz"
,
hash
=
"sha256:
26895d7c9bbda5c52b3635ce5991caa90fbb1ddfac9c9ff1c7ce505e2282fb2a
"
},
]
sortedcontainers
=
[
{
file
=
"sortedcontainers-2.2.2-py2.py3-none-any.whl"
,
hash
=
"sha256:c633ebde8580f241f274c1f8994a665c0e54a17724fecd0cae2f079e09c36d3f"
},
...
...
...
...
This diff is collapsed.
Click to expand it.
pyproject.toml
+
1
−
1
View file @
6b3ed206
...
...
@@ -9,7 +9,7 @@ repository = "https://git.leximpact.dev/openfisca/openfisca-france-reforms"
[
tool
.
poetry
.
dependencies
]
python
=
"^3.7"
OpenFisca-France
=
{
version
=
"^77.0.2"
,
optional
=
true
}
OpenFisca-France
=
"*"
[
tool
.
poetry
.
dev-dependencies
]
black
=
{
version
=
"*"
,
allow-prereleases
=
true
}
...
...
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment