Skip to content

Commit

Permalink
chore: add specific requirements for pip-tools (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmyatt authored Feb 15, 2022
1 parent 68bc7dc commit 7376d4d
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
5 changes: 5 additions & 0 deletions requirements/pip-tools.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Just the dependencies to run pip-tools, mainly for the "upgrade" make target

-c constraints.txt

pip-tools # Contains pip-compile, used to generate pip requirements files
20 changes: 20 additions & 0 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
#
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
#
# pip-compile --output-file=pip-tools.txt pip-tools.in
#
click==8.0.3
# via pip-tools
pep517==0.12.0
# via pip-tools
pip-tools==6.5.1
# via -r pip-tools.in
tomli==2.0.1
# via pep517
wheel==0.37.1
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
# pip
# setuptools

0 comments on commit 7376d4d

Please sign in to comment.