Skip to content

Commit

Permalink
Deplace dependance click vers test
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvainipp committed Aug 24, 2023
1 parent ccfcc27 commit 8a58391
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

### 2.0.4 [#237](https://github.com/openfisca/openfisca-france-data/pull/237)
* Technical changes
- Deplace click en dependance de test

### 2.0.3 [#235](https://github.com/openfisca/openfisca-france-data/pull/235)
* Technical changes
- Passe conda dep en Jinja en suivant Openfisca-France
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name = "OpenFisca-France-Data",
version = "2.0.3",
version = "2.0.4",
description = "OpenFisca-France-Data module to work with French survey data",
long_description = long_description,
long_description_content_type="text/markdown",
Expand Down Expand Up @@ -38,7 +38,6 @@
},
python_requires = ">=3.9",
install_requires = [
"click >=8.0.0, <9.0.0",
"matplotlib >=3.1.1, <4.0.0",
"multipledispatch >=0.6.0, <1.0.0",
"openFisca-france >=150.0.0, <151.0.0",
Expand All @@ -47,6 +46,7 @@
],
extras_require = {
"test": [
"click >=8.0.0, <9.0.0",
"autopep8 >=2.0.2, <3",
"bumpver >=2022.1120",
"dtale",
Expand Down

0 comments on commit 8a58391

Please sign in to comment.