Skip to content

Commit

Permalink
upgrade http-parser
Browse files Browse the repository at this point in the history
  • Loading branch information
ZHAO authored and ariesdevil committed Apr 11, 2020
1 parent 101fef8 commit 6417495
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
addict==2.2.1
coverage==4.2
funcsigs==1.0.2
-e git+https://github.com/benoitc/http-parser.git@d6ce4b5c58e68d5cf3be0676d9b97c3bd9ca88df#egg=http-parser
http-parser==0.9.0
mock==2.0.0
pbr==1.10.0
py==1.4.31
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def find_version(*paths):
version = find_version('pymesos', '__init__.py')
install_requires=[
'six',
'http-parser @ git+https://github.com/benoitc/http-parser.git@d6ce4b5c58e68d5cf3be0676d9b97c3bd9ca88df#egg=http-parser',
'http-parser',
'addict',
]
PY3 = sys.version_info > (3, )
Expand Down

0 comments on commit 6417495

Please sign in to comment.