Skip to content

Commit

Permalink
Use facebook/pyre2 because ludios/pyre2 has a buggy PR applied:
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan committed Oct 9, 2018
1 parent 5b67d90 commit e6b1709
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libgrabsite/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.1.3'
__version__ = '2.1.4'
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"manhole>=1.0.0",
"lmdb>=0.89",
"autobahn>=0.12.1",
"fb-re2==1.0.7",
"fb-re2>=1.0.6",
"websockets>=6.0",
]

Expand All @@ -42,6 +42,5 @@
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"
]
)

0 comments on commit e6b1709

Please sign in to comment.