Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
flask-covid19
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Thomas Wöhlke
flask-covid19
Commits
599f0576
Commit
599f0576
authored
4 years ago
by
thomaswoehlke
Browse files
Options
Downloads
Patches
Plain Diff
work
parent
3f3c0b5d
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
build.sh
+1
-2
1 addition, 2 deletions
build.sh
pyproject.toml
+3
-0
3 additions, 0 deletions
pyproject.toml
with
4 additions
and
2 deletions
build.sh
+
1
−
2
View file @
599f0576
...
@@ -32,8 +32,7 @@ function pip_install_via_setup_py() {
...
@@ -32,8 +32,7 @@ function pip_install_via_setup_py() {
}
}
function
build_wheel
()
{
function
build_wheel
()
{
pip
install
-q
build
#python -m build --wheel
python
-m
build
--wheel
pip check
pip check
}
}
...
...
This diff is collapsed.
Click to expand it.
pyproject.toml
+
3
−
0
View file @
599f0576
...
@@ -34,5 +34,8 @@ requires = [
...
@@ -34,5 +34,8 @@ requires = [
"virtualenv-clone=
=
0.5
.
4
",
"virtualenv-clone=
=
0.5
.
4
",
"virtualenv=
=
20.4
.
2
",
"virtualenv=
=
20.4
.
2
",
"wheel=
=
0.36
.
2
",
"wheel=
=
0.36
.
2
",
"build>0.3.0"
,
"setuptools>
=
54.1
.
1
",
"pip>
=
20.0
.
1
"
]
]
build-backend
=
"setuptools.build_meta"
build-backend
=
"setuptools.build_meta"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment