Skip to content

Commit 177cdaf

Browse files
yt-msMidnighter
authored andcommitted
fix: move pip version constraint to tox.ini
1 parent 6843dcc commit 177cdaf

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ install_requires =
4242
httpx ~= 0.16
4343
importlib_metadata; python_version <'3.8'
4444
ordered-set
45-
pip >= 21.1
4645
pydantic >= 1.7.1
4746
python-dotenv
4847
python_requires = >=3.6

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ commands=
5151

5252
[testenv:safety]
5353
deps=
54+
pip >= 21.1
5455
safety
5556
commands=
5657
safety check --full-report

0 commit comments

Comments
 (0)