Skip to content

Commit

Permalink
Merge pull request #41 from livechat/fix-setup
Browse files Browse the repository at this point in the history
Update setup.cfg
  • Loading branch information
marcindebski authored Sep 7, 2021
2 parents 8334dfa + 1f249fb commit 6bc3c50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = lc-sdk-python
version = 0.1.4
version = 0.1.5
description = Package which lets to work with LiveChat API.
long_description = file: README.md
long_description_content_type = text/markdown
Expand All @@ -23,7 +23,7 @@ classifiers =
packages = find:
python_requires = >=3.6
install_requires =
websocket-client==0.57.0
websocket-client==1.2.1
httpx ==0.19.0

[options.extras_require]
Expand Down

0 comments on commit 6bc3c50

Please sign in to comment.