conda: Require recent aiohttp

artiq_influxdb doesn't work with aiohttp 0.17 (anymore), as the
ClientSession API changed. I have not looked up precisely which
is the first version that works, but 3.x has been out for almost
a year and is available on the Anaconda/conda-forge channels.
release-3
David Nadlinger 2019-02-06 23:36:44 +00:00 committed by Sebastien Bourdeauducq
parent 87f296c0b5
commit aa6542fecf
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ requirements:
- quamash
- pyqtgraph 0.10.0
- pygit2
- aiohttp
- aiohttp >=3
- pythonparser >=1.1
- levenshtein

View File

@ -41,7 +41,7 @@ requirements:
- quamash
- pyqtgraph 0.10.0
- pygit2
- aiohttp
- aiohttp >=3
- levenshtein
test: