Skip to content

Commit c0ebc9a

Browse files
authored
Merge pull request pallets-eco#2194 from ulgens/patch-2
Remove Python 2 residue from requirements-dev.txt
2 parents e37759e + 3e81e8a commit c0ebc9a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

requirements-dev.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ pytest-cov
1717
coveralls
1818
pylint
1919
sqlalchemy-citext
20-
sqlalchemy-utils<=0.36.6; python_version < "3.0"
21-
sqlalchemy-utils>=0.36.6; python_version >= "3.0"
20+
sqlalchemy-utils>=0.36.6
2221
azure-storage-blob
2322
arrow<0.14.0
2423
colour

0 commit comments

Comments
 (0)