diff options
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..3d1f9db --- /dev/null +++ b/requirements.txt @@ -0,0 +1,18 @@ +asyncssh==2.2.0 +attrs==19.3.0 +cffi==1.14.0 +cryptography==2.8 +importlib-metadata==1.6.0 +more-itertools==8.2.0 +packaging==20.3 +parse==1.15.0 +pluggy==0.13.1 +py==1.8.1 +pycparser==2.20 +pyparsing==2.4.7 +pytest==5.4.1 +pytest-asyncio==0.11.0 +six==1.14.0 +wcwidth==0.1.9 +websockets==8.1 +zipp==3.1.0 |