Skip to content

Commit 858b1c1

Browse files
committed
Fix pycontracts incompatibility with pyparsing v3 (closes #255)
1 parent 23ff198 commit 858b1c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@
7373

7474
install_requires=[
7575
"requests>=2.25.1,<3.0",
76-
"pycontracts>=1.8.12,<2.0",
77-
"decorator>=4.4,<5.0;python_version<'3.6'",
76+
"pycontracts>=1.8.12;python_version<'3.0'",
77+
"pycontracts3>=3.0.2;python_version>='3.0'",
7878
"six>=1.9.0,<2.0"
7979
],
8080

0 commit comments

Comments
 (0)