Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
dream
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
dream
Commits
806ce0a5
Commit
806ce0a5
authored
Jan 07, 2015
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
setup.py : define egg versions in buildout
parent
61d91e0b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
2 deletions
+10
-2
buildout.cfg
buildout.cfg
+8
-0
setup.py
setup.py
+2
-2
No files found.
buildout.cfg
View file @
806ce0a5
...
...
@@ -4,6 +4,7 @@
[buildout]
develop = .
parts = interpreter test
versions = versions
[interpreter]
recipe = zc.recipe.egg
...
...
@@ -13,3 +14,10 @@ eggs = dream
[test]
recipe = zc.recipe.testrunner
eggs = dream
[versions]
# python 2 compatible
pyparsing = 1.5.7
# 2.4.1 does not work for me
rpy2 = >=2.3,<2.4
setup.py
View file @
806ce0a5
...
...
@@ -13,10 +13,10 @@ setup(
'SimPy>=3'
,
'xlrd'
,
'xlwt'
,
'pyparsing
==1.5.7'
,
# latest python2 compatible version
'pyparsing
'
,
'pydot'
,
'numpy'
,
'rpy2
>=2.3,<2.4'
,
# 2.4.1 does not work for me
'rpy2
'
],
entry_points
=
(
"""
[console_scripts]
...
...
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