Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Validata
Validata UI
Commits
97551030
Commit
97551030
authored
Jun 10, 2022
by
qloridant
Browse files
Release version 0.6.12
parent
af00c1e9
Pipeline
#3678
passed with stage
in 12 minutes and 25 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
97551030
# Changelog
## 0.6.12
-
Add required dependency (
`0.8.6`
)
## 0.6.11
-
Add required dependency (
`shapely`
)
...
...
setup.py
View file @
97551030
...
...
@@ -13,7 +13,7 @@ with readme_filepath.open("rt", encoding="utf-8") as fd:
setup
(
name
=
"validata_ui"
,
version
=
"0.6.1
1
"
,
version
=
"0.6.1
2
"
,
description
=
"Validata Web UI"
,
long_description
=
LONG_DESCRIPTION
,
long_description_content_type
=
"text/markdown"
,
...
...
@@ -41,14 +41,14 @@ setup(
install_requires
=
[
"commonmark"
,
"ezodf"
,
"flask"
,
"frictionless
==
4.
1
8.
2
"
,
"flask
==2.1.2
"
,
"frictionless==4.
3
8.
0
"
,
"lxml"
,
"pydantic"
,
"python-dotenv"
,
"pyyaml"
,
"requests"
,
"requests_cache"
,
"requests_cache
==0.9.4
"
,
"toml"
,
"opendataschema"
,
"validata_core >= 0.8.0"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment