We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
reader_c.c
.install-deps
1 parent fd09b48 commit 1196d4dCopy full SHA for 1196d4d
Makefile
@@ -81,7 +81,7 @@ generate-llhttp: .llhttp-gen
81
.PHONY: cythonize
82
cythonize: .install-cython $(PYXS:.pyx=.c) aiohttp/_websocket/reader_c.c
83
84
-.install-deps: .install-cython $(PYXS:.pyx=.c) $(call to-hash,$(CYS) $(REQS))
+.install-deps: .install-cython $(PYXS:.pyx=.c) aiohttp/_websocket/reader_c.c $(call to-hash,$(CYS) $(REQS))
85
@python -m pip install -r requirements/dev.in -c requirements/dev.txt
86
@touch .install-deps
87
0 commit comments