conda: fix pythonparser dependency

This commit is contained in:
Sebastien Bourdeauducq 2017-06-14 12:39:29 +08:00
parent 53f7d145a4
commit ed2b27fed2
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ requirements:
- pyqtgraph
- pygit2
- aiohttp
- pythonparser 1.0
- pythonparser >=1.1
- levenshtein
about:

View File

@ -12,4 +12,4 @@ dependencies:
- sphinx-argparse
- sphinxcontrib-wavedrom
- sphinx_rtd_theme
- pythonparser=1.0
- pythonparser>=1.1