Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
ZEO
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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
ZEO
Commits
cf42c427
Commit
cf42c427
authored
May 14, 2013
by
Tres Seaver
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Note dependency on ZODB 4.0.0b2.
The tests fail without that version.
parent
4d7f54c4
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
CHANGES.txt
CHANGES.txt
+1
-1
setup.py
setup.py
+2
-1
No files found.
CHANGES.txt
View file @
cf42c427
...
@@ -4,7 +4,7 @@ CHANGES
...
@@ -4,7 +4,7 @@ CHANGES
Unreleased
Unreleased
----------
----------
- Depend on ZODB >= 4.0.0b
1
- Depend on ZODB >= 4.0.0b
2
- Added support for Python 3.2 / 3.3.
- Added support for Python 3.2 / 3.3.
...
...
setup.py
View file @
cf42c427
...
@@ -25,6 +25,7 @@ classifiers = """\
...
@@ -25,6 +25,7 @@ classifiers = """\
Intended Audience :: Developers
Intended Audience :: Developers
License :: OSI Approved :: Zope Public License
License :: OSI Approved :: Zope Public License
Programming Language :: Python
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.6
Programming Language :: Python :: 2.6
Programming Language :: Python :: 2.7
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3
...
@@ -94,7 +95,7 @@ setup(name="ZEO",
...
@@ -94,7 +95,7 @@ setup(name="ZEO",
tests_require
=
tests_require
,
tests_require
=
tests_require
,
extras_require
=
dict
(
test
=
tests_require
),
extras_require
=
dict
(
test
=
tests_require
),
install_requires
=
[
install_requires
=
[
'ZODB >= 4.0.0b
1
'
,
'ZODB >= 4.0.0b
2
'
,
'six'
,
'six'
,
'transaction'
,
'transaction'
,
'persistent'
,
'persistent'
,
...
...
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