aboutsummaryrefslogtreecommitdiff
path: root/testing/requirements.txt
diff options
context:
space:
mode:
Diffstat (limited to 'testing/requirements.txt')
-rw-r--r--testing/requirements.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/testing/requirements.txt b/testing/requirements.txt
new file mode 100644
index 0000000..df20f96
--- /dev/null
+++ b/testing/requirements.txt
@@ -0,0 +1,20 @@
+# Unit test requirements
+flask
+freezegun
+mock
+oauth2client
+pyopenssl
+pytest
+pytest-cov
+pytest-localserver
+pyu2f
+requests
+urllib3
+cryptography
+responses
+grpcio
+# Async Dependencies
+pytest-asyncio; python_version > '3.0'
+aioresponses; python_version > '3.0'
+asynctest; python_version > '3.0'
+aiohttp; python_version > '3.0' \ No newline at end of file