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

working on: 0.0.32 Release

parent 2e4b51c1
No related branches found
No related tags found
No related merge requests found
# https://www.gnu.org/software/make/manual/make.html
all:
echo "hello"
[build-system] [build-system]
requires = [ requires = [
"alembic==1.5.5", "alembic==1.5.5",
"appdirs==1.4.4", "appdirs==1.4.4",
"argparse==1.4.0", "argparse==1.4.0",
"attrs==20.3.0", "attrs==20.3.0",
......
...@@ -97,7 +97,6 @@ requires_build = [ ...@@ -97,7 +97,6 @@ requires_build = [
"webencodings==0.5.1", "webencodings==0.5.1",
"wheel==0.36.2", "wheel==0.36.2",
"zipp==3.4.1", "zipp==3.4.1",
"Flask-WTF==0.14.3"
] ]
requires_test = [ requires_test = [
...@@ -120,8 +119,6 @@ requires_test = [ ...@@ -120,8 +119,6 @@ requires_test = [
"flask-db==0.3.1", "flask-db==0.3.1",
"flask-fixtures==0.3.8", "flask-fixtures==0.3.8",
"flask-sqlalchemy==2.4.4", "flask-sqlalchemy==2.4.4",
"dnspython==2.1.0",
"email-validator==1.1.2",
"flask==1.1.2", "flask==1.1.2",
"identify==2.2.2", "identify==2.2.2",
"idna==2.10", "idna==2.10",
...@@ -298,7 +295,7 @@ requires_extras = { ...@@ -298,7 +295,7 @@ requires_extras = {
} }
requires_dev = [ requires_dev = [
"alabaster==0.7.12", "alabaster==0.7.12",
"alembic==1.5.5", "alembic==1.5.5",
"amqp==5.0.5", "amqp==5.0.5",
"appdirs==1.4.4", "appdirs==1.4.4",
...@@ -321,8 +318,10 @@ requires_dev = [ ...@@ -321,8 +318,10 @@ requires_dev = [
"cryptography==3.4.7", "cryptography==3.4.7",
"cycler==0.10.0", "cycler==0.10.0",
"distlib==0.3.1", "distlib==0.3.1",
"dnspython==2.1.0",
"docutils==0.17", "docutils==0.17",
"dominate==2.6.0", "dominate==2.6.0",
"email-validator==1.1.2",
"filelock==3.0.12", "filelock==3.0.12",
"flask-admin==1.5.7", "flask-admin==1.5.7",
"flask-bs4==4.5.3.0", "flask-bs4==4.5.3.0",
...@@ -355,6 +354,7 @@ requires_dev = [ ...@@ -355,6 +354,7 @@ requires_dev = [
"kombu==5.0.2", "kombu==5.0.2",
"llvmlite==0.35.0", "llvmlite==0.35.0",
"mako==1.1.4", "mako==1.1.4",
"mariadb==1.0.6",
"markdown==3.3.3", "markdown==3.3.3",
"markupsafe==1.1.1", "markupsafe==1.1.1",
"matplotlib==3.3.4", "matplotlib==3.3.4",
...@@ -383,7 +383,6 @@ requires_dev = [ ...@@ -383,7 +383,6 @@ requires_dev = [
"prompt-toolkit==3.0.16", "prompt-toolkit==3.0.16",
"psutil==5.8.0", "psutil==5.8.0",
"psycopg2-binary==2.8.6", "psycopg2-binary==2.8.6",
"mariadb==1.0.6",
"ptable==0.9.2", "ptable==0.9.2",
"py2puml==0.4.0", "py2puml==0.4.0",
"py==1.10.0", "py==1.10.0",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment