Merge pull request #4242 from whalebot-helmsman/single_place_for_dependencies

Remove requirements-py3.txt
This commit is contained in:
Andrey Rahmatullin 2019-12-18 18:27:09 +05:00 committed by GitHub
commit e2b5cdeb88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 18 deletions

View File

@ -1,4 +1,3 @@
-r ../requirements-py3.txt
Sphinx>=2.1
sphinx-hoverxref
sphinx-notfound-page

View File

@ -1,16 +0,0 @@
parsel>=1.5.0
PyDispatcher>=2.0.5
Twisted>=17.9.0
w3lib>=1.17.0
pyOpenSSL>=16.2.0 # Earlier versions fail with "AttributeError: module 'lib' has no attribute 'SSL_ST_INIT'"
queuelib>=1.4.2 # Earlier versions fail with "AttributeError: '...QueueTest' object has no attribute 'qpath'"
cryptography>=2.0 # Earlier versions would fail to install
# Reference versions taken from
# https://packages.ubuntu.com/xenial/python/
# https://packages.ubuntu.com/xenial/zope/
cssselect>=0.9.1
lxml>=3.5.0
service_identity>=16.0.0
zope.interface>=4.1.3

View File

@ -9,7 +9,6 @@ envlist = py35
[testenv]
deps =
-ctests/constraints.txt
-rrequirements-py3.txt
-rtests/requirements-py3.txt
# Extras
botocore>=1.3.23