We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b48ad96 commit 700d6f3Copy full SHA for 700d6f3
setup.py
@@ -24,6 +24,9 @@
24
"six>=1.10.0",
25
"sqlalchemy-utils>=0.32.4",
26
],
27
+ dependency_links=[
28
+ 'http://cdn.mysql.com/Downloads/Connector-Python/mysql-connector-python-2.1.4.zip'
29
+ ],
30
extras_require={
31
'dev': [
32
"mock==2.0.0",
tox.ini
@@ -6,5 +6,5 @@ skipdist=True
6
whitelist_externals = make
7
8
commands =
9
- pip install --editable .[dev]
+ pip install --editable .[dev] --process-dependency-links
10
make test
0 commit comments