-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f0bb2b5
commit a853f2d
Showing
3 changed files
with
10 additions
and
13 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "runnel" | ||
version = "0.1.0-alpha.2" | ||
version = "0.1.0a2" | ||
description = "Distributed event processing for Python based on Redis Streams" | ||
authors = ["Matt Westcott <[email protected]>"] | ||
license = "LGPLv3" | ||
|
@@ -16,8 +16,7 @@ colorama = "^0.4.3" | |
aiostream = "^0.4.1" | ||
croniter = "^0.3.34" | ||
pytz = "^2020.1" | ||
# XXX: Temporarily using master until v2.0 released | ||
anyio = {git = "https://github.com/agronholm/anyio.git", branch = "master"} | ||
anyio = { version = "^2.0.0-beta.1", allow-prereleases = true } | ||
|
||
# For the 'fast' bundle | ||
uvloop = { version = "^0.14.0", optional = true } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a853f2d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs: