We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 191df9d commit dfb69fdCopy full SHA for dfb69fd
2 files changed
setup.py
@@ -35,7 +35,6 @@
35
'macaroonbakery>=1.1,<2.0',
36
'pyRFC3339>=1.0,<2.0',
37
'pyyaml>=5.1.2,<=6.0',
38
- 'theblues>=0.5.1,<1.0',
39
'websockets>=8.1,<9.0 ; python_version=="3.8"',
40
'websockets>=9.0,<10.0 ; python_version=="3.9"',
41
'websockets>=10.0; python_version>"3.9"',
tox.ini
@@ -27,7 +27,6 @@ passenv =
27
LXD_DIR
28
deps =
29
macaroonbakery
30
- theblues
31
toposort
32
typing-inspect
33
paramiko
0 commit comments