From fa00112a1282ce83936328a3d9de8557e6b89dfc Mon Sep 17 00:00:00 2001 From: Mariano Sorgente Date: Wed, 20 Nov 2019 17:43:35 +0900 Subject: [PATCH] Add motor requirement --- requirements.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/requirements.txt b/requirements.txt index cd9648db0de80..68c46dd2421b8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ +appdirs==1.4.3 asyncssh==2.0.0 atomicwrites==1.3.0 attrs==19.3.0 @@ -7,6 +8,7 @@ black==19.10b0 blspy==0.1.12 cbor2==4.1.2 cffi==1.13.1 +Click==7.0 cppimport==18.11.8 cryptography==2.8 entrypoints==0.3 @@ -17,20 +19,25 @@ Mako==1.1.0 MarkupSafe==1.1.1 mccabe==0.6.1 more-itertools==7.2.0 +motor==2.0.0 mypy==0.740 mypy-extensions==0.4.3 packaging==19.2 +pathspec==0.6.0 pluggy==0.13.0 py==1.8.0 pybind11==2.4.3 pycodestyle==2.5.0 pycparser==2.19 pyflakes==2.1.1 +pymongo==3.9.0 pyparsing==2.4.2 pytest==5.2.2 pytest-asyncio==0.10.0 PyYAML==5.1.2 +regex==2019.11.1 six==1.12.0 +toml==0.10.0 typed-ast==1.4.0 typing-extensions==3.7.4.1 wcwidth==0.1.7