mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
Install mypy-lang as egg.
It seems that --install-option given in any pip requirement pollutes the pollutes the global space and causes installation of mypy-lang to give error.
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
six==1.10.0
|
six==1.10.0
|
||||||
git+https://github.com/sharmaeklavya2/mypy.git@4d2db8601def7813142e3bdd91b14f331ea0427c
|
git+https://github.com/sharmaeklavya2/mypy.git@4d2db8601def7813142e3bdd91b14f331ea0427c#egg=mypy-lang-0.4.3.dev0
|
||||||
typed-ast==0.5.5
|
typed-ast==0.5.5
|
||||||
|
|||||||
Reference in New Issue
Block a user