Skip to content
Snippets Groups Projects
Commit ebf153ec authored by thomaswoehlke's avatar thomaswoehlke
Browse files

### 0.0.24 Release

* Fixed #28 /admin/database/import
* Fixed #66 frontend: migrate to Bootstrap Theme sb-admin-angular
* Fixed #158 load Bootstrap-Template sb-admin-angular into static
* Fixed #191 setup plantuml for engineering and docs
* Fixed #156 run_web.sh
* Fixed #157 run_worker.sh
* Fixed #62 frontend: better design for pages
* Fixed #60 frontend: better design for tables
parent c38c5391
No related branches found
No related tags found
No related merge requests found
[build-system] [build-system]
requires = [ requires = [
"greenlet>= 1.0.0",
"appdirs==1.4.4", "appdirs==1.4.4",
"argparse==1.4.0", "argparse==1.4.0",
"certifi==2020.12.5", "certifi==2020.12.5",
...@@ -34,7 +35,8 @@ requires = [ ...@@ -34,7 +35,8 @@ requires = [
"virtualenv==20.4.3", "virtualenv==20.4.3",
"wheel==0.36.2", "wheel==0.36.2",
"build==0.3.1.post1", "build==0.3.1.post1",
"setuptools>=54.1.1", "setuptools>=54.2.0",
"pip>=20.0.1" "py>=1.8.2",
"pip>=20.0.1"
] ]
build-backend = "setuptools.build_meta" build-backend = "setuptools.build_meta"
...@@ -32,6 +32,7 @@ keywords_list = [ ...@@ -32,6 +32,7 @@ keywords_list = [
] ]
requires_setup = [ requires_setup = [
"greenlet>= 1.0.0",
"appdirs==1.4.4", "appdirs==1.4.4",
"argparse==1.4.0", "argparse==1.4.0",
"build==0.3.1.post1", "build==0.3.1.post1",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment