Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Flask==2.0.2
Flask==2.3.2
Flask-Jsonpify==1.5.0
marshmallow==3.14.1
openpyxl==3.0.9
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
url = 'https://github.com/preftech/reconciliation', # Provide either the link to your github or to your website
keywords = ['reconcile', 'reconciliation', 'openrefine', 'cocoda'], # Keywords that define your package best
install_requires=[
"Flask==2.0.2",
"Flask==2.3.2",
"Flask-Jsonpify==1.5.0",
"marshmallow==3.14.1"
],
Expand Down