Use facebook/pyre2 because ludios/pyre2 has a buggy PR applied:

https://github.com/facebook/pyre2/pull/11#issuecomment-428256331
master
Ivan Kozik 2018-10-09 16:20:09 +00:00
parent 5b67d90cfb
commit e6b1709ef3
2 changed files with 2 additions and 3 deletions

View File

@ -1 +1 @@
__version__ = '2.1.3'
__version__ = '2.1.4'

View File

@ -15,7 +15,7 @@ install_requires = [
"manhole>=1.0.0",
"lmdb>=0.89",
"autobahn>=0.12.1",
"fb-re2==1.0.7",
"fb-re2>=1.0.6",
"websockets>=6.0",
]
@ -42,6 +42,5 @@ setup(
install_requires=install_requires,
dependency_links=[
"https://github.com/ludios/wpull/tarball/master#egg=wpull-3.0.5",
"https://github.com/ludios/pyre2/tarball/master#egg=fb-re2-1.0.7"
]
)