Skip to content

Commit

Permalink
bump deps for release
Browse files Browse the repository at this point in the history
  • Loading branch information
oberstet committed Mar 31, 2020
1 parent a023078 commit a62a0eb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
# as we make claim to support older Twisted!)
extras_require_twisted = [
"zope.interface>=3.6.0", # Zope Public License
"twisted>=16.6.0", # MIT license (https://pypi.org/project/Twisted/16.6.0/)
"twisted>=20.3.0", # MIT license (https://pypi.org/project/Twisted/20.3.0/)
"attrs>=19.2.0" # MIT license (https://pypi.org/project/attrs/19.2.0/)
]

Expand Down Expand Up @@ -118,9 +118,9 @@
cffi_modules.append('autobahn/nvx/_utf8validator.py:ffi')

extras_require_xbr = [
'cbor2>=4.1.1', # MIT license
'zlmdb>=19.7.1', # MIT license
'twisted>=18.9.0', # MIT license
'cbor2>=5.1.0', # MIT license
'zlmdb>=20.4.1', # MIT license
'twisted>=20.3.0', # MIT license
'autobahn>=18.11.2', # MIT license
'web3>=4.8.1', # MIT license

Expand Down Expand Up @@ -210,7 +210,7 @@ def run_tests(self):
url='http://crossbar.io/autobahn',
platforms='Any',
install_requires=[
'txaio>=20.1.1', # MIT license
'txaio>=20.3.1', # MIT license
'cryptography>=2.7', # BSD *or* Apache license
],
extras_require={
Expand Down

0 comments on commit a62a0eb

Please sign in to comment.