Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
neoppod
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
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
neoppod
Commits
5f0c93f5
Commit
5f0c93f5
authored
Mar 01, 2016
by
Julien Muchembled
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
storage: switch to a maintained fork of MySQL-python
parent
e0bd2b5b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
README.rst
README.rst
+1
-1
setup.py
setup.py
+1
-1
No files found.
README.rst
View file @
5f0c93f5
...
...
@@ -50,7 +50,7 @@ Requirements
- For storage nodes using MySQL backend:
- MySQLdb: https://github.com/
farcepest/MySQLdb1
- MySQLdb: https://github.com/
PyMySQL/mysqlclient-python
- For client nodes: ZODB 3.10.x
...
...
setup.py
View file @
5f0c93f5
...
...
@@ -31,7 +31,7 @@ extras_require = {
'ctl'
:
[],
'master'
:
[],
'storage-sqlite'
:
[],
'storage-mysqldb'
:
[
'
MySQL-python
'
],
'storage-mysqldb'
:
[
'
mysqlclient
'
],
'storage-importer'
:
zodb_require
,
}
extras_require
[
'tests'
]
=
[
'zope.testing'
,
'psutil>=2'
,
...
...
Kirill Smelkov
@kirr
mentioned in commit
kirr/wendelin.core@c25921e2
·
Jun 13, 2016
mentioned in commit
kirr/wendelin.core@c25921e2
mentioned in commit kirr/wendelin.core@c25921e2530ae9fda44627c739a6baa4d14b2350
Toggle commit list
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