Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! Complete pip-tools setup (aio-libs#5486)
Browse files Browse the repository at this point in the history
  • Loading branch information
greshilov committed Mar 3, 2021
1 parent e0dd4c9 commit e2485f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ CYS := $(wildcard aiohttp/*.pyx) $(wildcard aiohttp/*.pyi) $(wildcard aiohttp/*
PYXS := $(wildcard aiohttp/*.pyx)
CS := $(wildcard aiohttp/*.c)
PYS := $(wildcard aiohttp/*.py)
REQS := $(wildcard requirements/*.txt)
REQS := $(wildcard requirements/pinned/*.txt)
ALLS := $(sort $(CYS) $(CS) $(PYS) $(REQS))


Expand Down

0 comments on commit e2485f9

Please sign in to comment.