Skip to content
This repository has been archived by the owner on May 13, 2019. It is now read-only.

Commit

Permalink
Fix extras_require because pip is bad
Browse files Browse the repository at this point in the history
Signed-off-by: Laura <[email protected]>
  • Loading branch information
Fuyukai committed Jul 29, 2017
1 parent 9d1d236 commit 9432e78
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ python:
extra_requirements:
- docs
# install all backends for autodoc
- postgres+asyncpg
- mysql+aiomysql
- postgres
- mysql
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
"sphinxcontrib-asyncio",
"guzzle_sphinx_theme"
],
"postgres+asyncpg": [
"postgresql": [
"asyncpg>=0.12.0"
],
"mysql+aiomysql": [
"mysql": [
"aiomysql>=0.0.9",
]
},
Expand Down

0 comments on commit 9432e78

Please sign in to comment.