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
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
Aurel
slapos
Commits
28191263
Commit
28191263
authored
Dec 01, 2020
by
Aurel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add future and custom rep
parent
82a79c8a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
0 deletions
+19
-0
software/erp5/software.cfg
software/erp5/software.cfg
+16
-0
stack/erp5/buildout.cfg
stack/erp5/buildout.cfg
+3
-0
No files found.
software/erp5/software.cfg
View file @
28191263
[buildout]
extends =
../../stack/erp5/buildout.cfg
part +=
python3scripts
[python3cripts]
recipe = zc.recipe.egg:eggs
eggs =
future
[erp5]
repository = https://lab.nexedi.com/aurel/erp5.git
branch = py3
[version]
future = 0.18.2
\ No newline at end of file
stack/erp5/buildout.cfg
View file @
28191263
...
...
@@ -386,6 +386,7 @@ eggs = ${neoppod:eggs}
${scikit-learn:egg}
${scikit-image:egg}
sympy
future
more-itertools
${h5py:egg}
openpyxl
...
...
@@ -763,3 +764,5 @@ beautifulsoup4 = 4.8.2
# WSGIProxy2==0.4.6
WebOb = 1.8.5
soupsieve = 1.9.5
future = 0.18.2
\ No newline at end of file
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