Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Commit

Permalink
Backport: exclude buggy current setuptools release
Browse files Browse the repository at this point in the history
setuptools>45 was added in 0e9befb.
This constrint was never backported to 1.1.
My backport honors that.

> see there: pypa/setuptools#3063
  • Loading branch information
ThomasWaldmann authored and hexagonrecursion committed Feb 3, 2022
1 parent 65a19ce commit b2bbdb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.d/development.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
setuptools
setuptools!=60.6.0
setuptools_scm
pip
virtualenv
Expand Down

0 comments on commit b2bbdb1

Please sign in to comment.