Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos-mynij-dev
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mynij
slapos-mynij-dev
Commits
927dabf3
Commit
927dabf3
authored
Jun 30, 2021
by
Stefane Fermigier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix setuptools issue.
parent
cf1ce93b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
45 additions
and
44 deletions
+45
-44
software/mynij-proxy/software.cfg
software/mynij-proxy/software.cfg
+44
-43
stack/slapos.cfg
stack/slapos.cfg
+1
-1
No files found.
software/mynij-proxy/software.cfg
View file @
927dabf3
[buildout]
[buildout]
allow-picked-versions = true
extends =
extends =
# buildout.hash.cfg is used for automated hash calculation of managed
# buildout.hash.cfg is used for automated hash calculation of managed
...
@@ -72,46 +73,46 @@ context =
...
@@ -72,46 +73,46 @@ context =
raw gunicorn_bin ${buildout:bin-directory}/gunicorn
raw gunicorn_bin ${buildout:bin-directory}/gunicorn
raw template_monitor ${monitor2-template:rendered}
raw template_monitor ${monitor2-template:rendered}
[versions]
;
[versions]
;gunicorn = 20.1.0
;
;
gunicorn = 20.1.0
;httpx = 0.18.2
;
;
httpx = 0.18.2
;uvicorn = 0.13.4
;
;
uvicorn = 0.13.4
;uvloop = 0.15.2
;
;
uvloop = 0.15.2
;starlette = 0.14.2
;
;
starlette = 0.14.2
;httptools = 0.2.0
;
;
httptools = 0.2.0
anyio = 3.2.1
;
anyio = 3.2.1
appdirs = 1.4.4
;
appdirs = 1.4.4
attrs = 21.2.0
;
attrs = 21.2.0
black = 21.6b0
;
black = 21.6b0
certifi = 2021.5.30
;
certifi = 2021.5.30
chardet = 4.0.0
;
chardet = 4.0.0
click = 7.1.2
;
click = 7.1.2
gunicorn = 20.1.0
;
gunicorn = 20.1.0
h11 = 0.12.0
;
h11 = 0.12.0
honcho = 1.0.1
;
honcho = 1.0.1
httpcore = 0.13.6
;
httpcore = 0.13.6
httptools = 0.2.0
;
httptools = 0.2.0
httpx = 0.18.2
;
httpx = 0.18.2
idna = 2.10
;
idna = 2.10
iniconfig = 1.1.1
;
iniconfig = 1.1.1
isort = 5.9.1
;
isort = 5.9.1
mypy-extensions = 0.4.3
;
mypy-extensions = 0.4.3
packaging = 20.9
;
packaging = 20.9
pathspec = 0.8.1
;
pathspec = 0.8.1
pip = 21.1.3
;
pip = 21.1.3
pluggy = 0.13.1
;
pluggy = 0.13.1
py = 1.10.0
;
py = 1.10.0
pyparsing = 2.4.7
;
pyparsing = 2.4.7
pytest = 6.2.4
;
pytest = 6.2.4
regex = 2021.4.4
;
regex = 2021.4.4
requests = 2.25.1
;
requests = 2.25.1
rfc3986 = 1.5.0
;
rfc3986 = 1.5.0
;setuptools = 57.0.0
;
;
setuptools = 57.0.0
sniffio = 1.2.0
;
sniffio = 1.2.0
starlette = 0.14.2
;
starlette = 0.14.2
toml = 0.10.2
;
toml = 0.10.2
urllib3 = 1.26.6
;
urllib3 = 1.26.6
uvicorn = 0.13.4
;
uvicorn = 0.13.4
uvloop = 0.15.2
;
uvloop = 0.15.2
wheel = 0.36.2
;
wheel = 0.36.2
typing-extensions = 3.10.0.0
;
typing-extensions = 3.10.0.0
stack/slapos.cfg
View file @
927dabf3
...
@@ -130,7 +130,7 @@ eggs =
...
@@ -130,7 +130,7 @@ eggs =
slapos.libnetworkcache
slapos.libnetworkcache
[versions]
[versions]
setuptools =
57.0.0
setuptools =
44.1.1
# Use SlapOS patched zc.buildout
# Use SlapOS patched zc.buildout
zc.buildout = 2.7.1+slapos013
zc.buildout = 2.7.1+slapos013
# Use SlapOS patched zc.recipe.egg (zc.recipe.egg 2.x is for Buildout 2)
# Use SlapOS patched zc.recipe.egg (zc.recipe.egg 2.x is for Buildout 2)
...
...
Write
Preview
Markdown
is supported
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