-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
39 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
# NOTE: orjson don't include pre-built wheels for ARMv7 for glibc and | ||
# musl. | ||
orjson==3.6.5; python_version >= '3.7' and 'armv7' not in platform_machine | ||
orjson==3.6.1; python_version == '3.6' and 'armv7' not in platform_machine | ||
orjson==2.0.11; python_version == '3.5' and 'armv7' not in platform_machine | ||
# NOTE: orjson doesnt provide pre-built wheels for ARMv7 for glibc and musl. | ||
orjson==3.6.5; python_version >= '3.7' and 'armv7' not in platform_machine and platform_system != 'Darwin' | ||
orjson==3.6.1; python_version == '3.6' and 'armv7' not in platform_machine and platform_system != 'Darwin' | ||
orjson==2.0.11; python_version == '3.5' and 'armv7' not in platform_machine and platform_system != 'Darwin' | ||
|
||
requests==2.20.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters