Skip to content

Commit 15be6e3

Browse files
committed
Requirement: update orjson
We had it pinned because it made Travis to fail, but we are on CircleCI now. Let's see if we can make it work with the latest version of it. We need to update it because `cargo` is failing to install this package due that it doesn't find some dependencies.
1 parent ac601a7 commit 15be6e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requirements/pip.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ pyquery==1.4.3
5757
# NOTE: this dep can be removed in python 3.7 in favor of ``date.fromisoformat``
5858
python-dateutil==2.8.2
5959

60-
# Ignoring orjson for now because it makes Travis to fail
61-
orjson==2.0.7 # pyup: ignore
60+
# Version 3.6.3 is not available for Python 3.6
61+
orjson==3.6.1 # pyup: ignore
6262

6363
# Utils
6464
django-gravatar2==1.4.4

0 commit comments

Comments
 (0)