Commit 3f12b8b8 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 92a6af59
...@@ -32,6 +32,7 @@ pygolang = 0.0.7 ...@@ -32,6 +32,7 @@ pygolang = 0.0.7
setuptools-dso = 1.7 setuptools-dso = 1.7
gevent = 20.9.0 gevent = 20.9.0
Importing = 1.10 Importing = 1.10
wheel = 0.35.1
# pinned by stack/slapos: # pinned by stack/slapos:
# six # six
# decorator # decorator
......
...@@ -17,7 +17,7 @@ parts = ...@@ -17,7 +17,7 @@ parts =
# XXX correct ? # XXX correct ?
[pygolang] [pygolang]
eggs += pygolang[all_test] egg = pygolang[all_test]
# install python with sys.path to eggs # install python with sys.path to eggs
# use gpython, instead of pygolang, since interpreter works only for regular # use gpython, instead of pygolang, since interpreter works only for regular
...@@ -40,3 +40,33 @@ template= inline: ...@@ -40,3 +40,33 @@ template= inline:
env.sh = ${pygolang-env.sh:rendered} env.sh = ${pygolang-env.sh:rendered}
workdir = ${pygolang-repository:location} workdir = ${pygolang-repository:location}
[versions]
pytest = 4.6.11
py = 1.9.0
pluggy = 0.13.1
pathlib2= 2.3.5
numpy = 1.16.6
ipython = 5.10.0
ipython-genutils = 0.2.0
wcwidth = 0.2.5
more-itertools = 5.0.0
importlib-metadata = 1.7.0
funcsigs = 1.0.2
atomicwrites = 1.4.0
traitlets = 4.3.3
simplegeneric = 0.8.1
Pygments = 2.5.2
prompt-toolkit = 1.0.18
pickleshare = 0.7.5
pexpect = 4.8.0
backports.shutil-get-terminal-size = 1.0.0
backports.functools-lru-cache = 1.6.1
scandir = 1.10.0
zipp = 1.2.0
contextlib2 = 0.6.0.post1
configparser = 4.0.2
ptyprocess = 0.6.0
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment