-
Notifications
You must be signed in to change notification settings - Fork 34
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
8 changed files
with
30 additions
and
29 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
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
twine | ||
|
||
# need to pin cryptography for manylinux1 builds & s390x/ppc64le builds | ||
# cryptography only provides manylinux2010 wheels since 3.4.0 | ||
# because of the lack of a decent rust compiler on manylinux1 | ||
# For s390x/ppc64le builds, cryptography never provided wheels, the requirements to | ||
# build from source are a relaxed when building the 3.3 series | ||
cryptography~=3.3.2 ; sys_platform=="linux" and platform_machine in "i386, i486, i586, i686, x86_64, s390x, ppc64le" |
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,19 +1,7 @@ | ||
codecov>=2.0.5 | ||
coverage>=4.2 | ||
flake8>=3.0.4 | ||
path.py>=11.5.0 | ||
pytest>=3.0.3 | ||
pytest-cov>=2.4.0 | ||
pytest-runner>=2.9 | ||
pytest-virtualenv>=1.2.5 | ||
-r requirements-test.txt | ||
-r requirements-repair.txt | ||
-r requirements-deploy.txt | ||
scikit-build>=0.10.0 | ||
setuptools>=28.0.0 | ||
twine | ||
virtualenv>=15.0.3 | ||
wheel | ||
wheeltools | ||
|
||
# need to pin cryptography for manylinux1 builds | ||
# cryptography only provides manylinux2010 wheels since 3.4.0 | ||
# because of the lack of a decent rust compiler on manylinux1 | ||
cryptography~=3.3.2 ; sys_platform=="linux" and platform_machine in "i386, i486, i586, i686, x86_64" |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
git+https://github.com/jcfr/wheeltools.git@wheeltools-2018-10-28-a2f174d0e |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
codecov>=2.0.5 | ||
coverage>=4.2 | ||
flake8>=3.0.4 | ||
path.py>=11.5.0 | ||
pytest>=3.0.3 | ||
pytest-cov>=2.4.0 | ||
pytest-runner>=2.9 |
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