diff options
author | Edi Feschiyan <edi.feschiyan@konsulko.com> | 2020-07-13 16:27:50 +0300 |
---|---|---|
committer | Edi Feschiyan <edi.feschiyan@konsulko.com> | 2020-07-13 16:27:50 +0300 |
commit | 0b0209fae0492560b5758d1275593ac71954e13a (patch) | |
tree | 1fd0f29ccee00794b7bc4accd1407839fb7c0026 /requirements.txt | |
parent | 8d8873ddd2c7f774c2191b57f12c5fdda4e39e14 (diff) |
temporarily removing the raw send arguments with --json --verb --api
removing unnecesary import in test_weather
adding README.md
fixing requirements and setup.py to include pytest-dependency instead -depends
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 3d1f9db..c08fa44 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,6 +12,7 @@ pycparser==2.20 pyparsing==2.4.7 pytest==5.4.1 pytest-asyncio==0.11.0 +pytest-dependency==0.5.1 six==1.14.0 wcwidth==0.1.9 websockets==8.1 |