Commit 98bc36b
committed
chore(deps): Pin setuptools~=81.0
pkg_resources has been removed from Setuptools v82.0.0
Razorpay 1.2.0 depends on pkg_resources. razorpay/razorpay-python#307
Packages from dev-requirements (e.g. moto) ask for setuptools>=x, that fetches the latest setuptools, ignoring the previous constraints.
So, pin setuptools in dev-requirements.txt
Ref: https://setuptools.pypa.io/en/stable/history.html#deprecations-and-removals1 parent feecbb9 commit 98bc36b
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments