Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Lee committed Dec 31, 2021
1 parent 5453baa commit b917727
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 92 deletions.
88 changes: 0 additions & 88 deletions poetry.lock

This file was deleted.

5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
[tool.poetry]
name = "realtime"
version = "0.0.3"
version = "0.0.4"
description = ""
authors = ["None"]
authors = ["Joel"]

[tool.poetry.dependencies]
python = "^3.7"
dataclasses = "^0.6"
websockets = "^9.1"
python-dateutil = "^2.8.1"

Expand Down
2 changes: 1 addition & 1 deletion realtime/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.0.3"
__version__ = "0.0.4"

from realtime.channel import CallbackListener, Channel
from realtime.connection import Socket
Expand Down

0 comments on commit b917727

Please sign in to comment.