-
-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [1.2.5](v1.2.4...v1.2.5) (2020-06-03) ### Bug Fixes * upgrade av to 8.0.0 ([656b312](656b312))
- Loading branch information
1 parent
3094ded
commit 43a2495
Showing
2 changed files
with
11 additions
and
3 deletions.
There are no files selected for viewing
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
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,14 +1,14 @@ | ||
[metadata] | ||
name = peerjs | ||
version = 1.2.4 | ||
version = 1.2.5 | ||
author = Ivelin Ivanov | ||
author_email = [email protected] | ||
description = Python port of PeerJS client library. | ||
long_description = file: README.md | ||
long_description_content_type = text/markdown | ||
url = https://github.com/ambianic/peerjs-python | ||
license = Apache Software License 2.0 | ||
classifiers = | ||
classifiers = | ||
Development Status :: 4 - Beta | ||
Programming Language :: Python :: 3 | ||
License :: OSI Approved :: Apache Software License | ||
|
@@ -20,7 +20,7 @@ classifiers = | |
[options] | ||
packages = find_namespace: | ||
python_requires = >=3.7 | ||
install_requires = | ||
install_requires = | ||
av~=8.0.0 | ||
aiortc>=0.9 | ||
websockets>=8.1 | ||
|
@@ -49,3 +49,4 @@ disallow_untyped_calls = True | |
disallow_untyped_decorators = True | ||
mypy_path = stubs | ||
strict_optional = False | ||
|