1# Unit test requirements
2flask
3freezegun
4mock
5oauth2client
6pyopenssl
7pytest
8pytest-cov
9pytest-localserver
10pyu2f
11requests
12urllib3
13cryptography
14responses
15grpcio
16# Async Dependencies
17pytest-asyncio; python_version > '3.0'
18aioresponses; python_version > '3.0'
19asynctest; python_version > '3.0'
20aiohttp; python_version > '3.0'