Skip to content

Commit

Permalink
Remove explicit dependency circus==0.16.1
Browse files Browse the repository at this point in the history
This version still requires `tornado<5` and this clashes with a whole
host of other (indirect) dependencies. Note that develop branch of
`circus` is compatible with `tornado>=5` but it hasn't been released as
of yet.
  • Loading branch information
sphuber authored and unkcpz committed Sep 19, 2020
1 parent d69079a commit 4fffef9
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ dependencies:
- aldjemy~=0.9.1
- alembic~=1.2
- aio-pika~=6.6
- circus~=0.16.1
- click-completion~=0.5.1
- click-config-file~=0.6.0
- click-spinner~=0.1.8
Expand Down
1 change: 0 additions & 1 deletion requirements/requirements-py-3.5.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ bleach==3.1.4
certifi==2019.11.28
cffi==1.14.0
chardet==3.0.4
circus==0.16.1
Click==7.0
click-completion==0.5.2
click-config-file==0.6.0
Expand Down
1 change: 0 additions & 1 deletion requirements/requirements-py-3.6.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ bleach==3.1.4
certifi==2019.11.28
cffi==1.14.0
chardet==3.0.4
circus==0.16.1
Click==7.0
click-completion==0.5.2
click-config-file==0.6.0
Expand Down
1 change: 0 additions & 1 deletion requirements/requirements-py-3.7.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ bleach==3.1.4
certifi==2019.11.28
cffi==1.14.0
chardet==3.0.4
circus==0.16.1
Click==7.0
click-completion==0.5.2
click-config-file==0.6.0
Expand Down
1 change: 0 additions & 1 deletion requirements/requirements-py-3.8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ bleach==3.1.4
certifi==2019.11.28
cffi==1.14.0
chardet==3.0.4
circus==0.16.1
Click==7.0
click-completion==0.5.2
click-config-file==0.6.0
Expand Down
1 change: 0 additions & 1 deletion setup.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"aldjemy~=0.9.1",
"alembic~=1.2",
"aio-pika~=6.6",
"circus~=0.16.1",
"click-completion~=0.5.1",
"click-config-file~=0.6.0",
"click-spinner~=0.1.8",
Expand Down

0 comments on commit 4fffef9

Please sign in to comment.