Skip to content

Commit

Permalink
Merge pull request #30 from muka/feature/fix_deps
Browse files Browse the repository at this point in the history
fix: upgrade av to 8.0.0
  • Loading branch information
Ivelin Ivanov authored Jun 3, 2020
2 parents 633cde8 + 656b312 commit 3094ded
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ 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
Expand All @@ -20,8 +20,8 @@ classifiers =
[options]
packages = find_namespace:
python_requires = >=3.7
install_requires =
av~=6.2
install_requires =
av~=8.0.0
aiortc>=0.9
websockets>=8.1
aiohttp>=3.6
Expand Down Expand Up @@ -49,4 +49,3 @@ disallow_untyped_calls = True
disallow_untyped_decorators = True
mypy_path = stubs
strict_optional = False

0 comments on commit 3094ded

Please sign in to comment.