Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
106
Merge Requests
106
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
nexedi
slapos
Commits
d1434713
Commit
d1434713
authored
Dec 05, 2023
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
dabaa98a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
10 deletions
+25
-10
stack/slapos.cfg
stack/slapos.cfg
+25
-10
No files found.
stack/slapos.cfg
View file @
d1434713
...
...
@@ -189,11 +189,11 @@ Flask = 3.0.0:whl
frozenlist = 1.4.0:whl
funcsigs = 1.0.2
functools32 = 3.2.3.post2
gevent = 2
0.9.0
gevent = 2
3.9.1
geventmp = 0.0.1
gitdb = 4.0.10
GitPython = 3.1.30
greenlet =
0.4.17
greenlet =
3.0.1
h11 = 0.14.0
h5py = 2.7.1
idna = 3.4:whl
...
...
@@ -231,7 +231,7 @@ mistune = 0.8.4
mock = 3.0.5
more-itertools = 5.0.0
mpmath = 1.0.0
msgpack =
0.6.2
msgpack =
1.0.5
multidict = 6.0.4
nbclient = 0.5.1
nbconvert = 6.5.4
...
...
@@ -248,7 +248,7 @@ paramiko = 2.11.0
parso = 0.7.1
passlib = 1.7.4
pathlib2 = 2.3.5
patsy = 0.5.
1
patsy = 0.5.
3
pbr = 5.9.0
pexpect = 4.8.0
pickleshare = 0.7.4
...
...
@@ -267,7 +267,7 @@ py = 1.11.0:whl
py-mld = 1.0.3
pyasn1 = 0.4.5
pycparser = 2.20
pycurl = 7.4
3
.0
pycurl = 7.4
5
.0
pydantic = 1.9.1
pygls = 1.1.0:whl
Pygments = 2.9.0
...
...
@@ -294,25 +294,25 @@ scikit-learn = 0.20.4
seaborn = 0.7.1
Send2Trash = 1.5.0
setproctitle = 1.1.10
setuptools-dso =
1.7
setuptools-dso =
2.9
sgmllib3k = 1.0.0
simplegeneric = 0.8.1
singledispatch = 3.4.0.3
six = 1.16.0
slapos.cookbook = 1.0.329
slapos.core = 1.10.
5
slapos.core = 1.10.
7
slapos.extension.shared = 1.0
slapos.libnetworkcache = 0.25
slapos.rebootstrap = 4.5
slapos.recipe.build = 0.56
slapos.recipe.cmmi = 0.19
slapos.recipe.template = 5.1
slapos.toolbox = 0.1
39
slapos.toolbox = 0.1
40
smmap = 5.0.0
sniffio = 1.3.0
sortedcontainers = 2.4.0
soupsieve = 1.9.5
statsmodels = 0.1
1.
1
statsmodels = 0.1
3.5+SlapOSPatched00
1
stevedore = 1.21.0:whl
subprocess32 = 3.5.4
supervisor = 4.1.0
...
...
@@ -328,7 +328,7 @@ typeguard = 3.0.2:whl
typing-extensions = 4.8.0:whl
tzlocal = 1.5.1
unicodecsv = 0.14.1
uritemplate =
3.0.0
uritemplate =
4.1.1
urllib3 = 1.26.12
wcwidth = 0.2.5
webencodings = 0.5.1
...
...
@@ -353,8 +353,17 @@ zope.interface = 5.4.0
zope.testing = 4.7
zope.testrunner = 5.2
[versions:sys.version_info < (3,10)]
# keep old statsmodels by default until slapos.toolbox is updated
statsmodels = 0.11.1
# this is mostly needed for slapos-node
# it can be removed when slapos-node uses current python3
[versions:sys.version_info < (3,8)]
Flask = 1.1.2
MarkupSafe = 2.0.1
typing-extensions = 4.7.1:whl
Werkzeug = 2.0.2
[versions:python2]
attrs = 18.2.0
...
...
@@ -364,15 +373,19 @@ click = 6.7
distro = 1.6.0
feedparser = 5.2.1
Flask = 1.1.2
gevent = 20.9.0
gitdb2 = 2.0.5
GitPython = 2.1.11
greenlet = 0.4.17
idna = 2.9
importlib-metadata = 1.7.0:whl
itsdangerous = 0.24
Jinja2 = 2.11.3
jsonschema = 3.0.2:whl
MarkupSafe = 1.0
msgpack = 0.6.2
packaging = 16.8
pycurl = 7.43.0
pyparsing = 2.2.0
pyrsistent = 0.16.1
requests = 2.27.1
...
...
@@ -380,7 +393,9 @@ selectors34 = 1.2
slapos.toolbox = 0.128.1
smmap = 0.9.0
smmap2 = 2.0.5
statsmodels = 0.11.1
traitlets = 4.3.3
uritemplate = 3.0.0
Werkzeug = 1.0.1
wheel = 0.35.1:whl
zipp = 1.2.0:whl
...
...
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