Skip to content

Commit

Permalink
Fix python version requirement in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
mjwestcott committed Aug 17, 2020
1 parent 1ff3715 commit cd4d546
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[tool.poetry]
name = "runnel"
version = "0.1.0a2"
version = "0.1.0a3"
description = "Distributed event processing for Python based on Redis Streams"
authors = ["Matt Westcott <[email protected]>"]
license = "LGPLv3"

[tool.poetry.dependencies]
python = "^3.8"
python = "^3.7"
aredis = "^1.1.8"
hiredis = "^1.0.1"
pydantic = "^1.5.1"
Expand Down

1 comment on commit cd4d546

@vercel
Copy link

@vercel vercel bot commented on cd4d546 Aug 17, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.