forked from ijasperyang/django-survey
-
-
Notifications
You must be signed in to change notification settings - Fork 144
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Guillaume Normand
committed
Aug 7, 2024
1 parent
0d00d53
commit 972a51f
Showing
10 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" | |
[project] | ||
name = "django-survey-and-report" | ||
description = "A django survey app that can export results as CSV or PDF using your native language." | ||
version = "1.4.8" | ||
version = "1.4.9" | ||
readme = "README.md" | ||
authors = [ | ||
{email="[email protected]", name="Pierre SASSOULAS"} | ||
|
@@ -51,7 +51,7 @@ dev = [ | |
"colorama", | ||
"pylint", | ||
"pylint-django", | ||
"pre-commit" | ||
"pre-commit", | ||
] | ||
sankey = [ | ||
"pySankeyBeta~=1.3.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,4 @@ django-registration>=3.0 | |
pytz>=2018.9 | ||
ordereddict>=1.1 | ||
pyyaml>=4.2b1 | ||
numpy<2 |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.