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-4
David Nadlinger 2019-02-06 23:36:44 +00:00 committed by Sebastien Bourdeauducq
parent 162ce813ea
commit 04952cb230
2 changed files with 2 additions and 2 deletions

View File

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

View File

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