Move tornado requirements to os base files

This commit is contained in:
Daniel A. Wozniak 2020-01-26 20:10:24 +00:00
parent 4903b22e5e
commit 6ed189e031
No known key found for this signature in database
GPG key ID: 166B9D2C06C82D61
14 changed files with 11 additions and 28 deletions

View file

@ -31,5 +31,4 @@ setproctitle
singledispatch==3.4.0.3
smmap==0.9.0
timelib==0.2.4
tornado==4.5.3
vultr==1.0.1

View file

@ -36,6 +36,10 @@ setproctitle
singledispatch==3.4.0.3
smmap==0.9.0
timelib==0.2.4
tornado==4.5.3
watchdog==0.9.0
wheel==0.33.4
# Requirements for Tornado 4.5.3 (vendored as salt.ext.tornado)
backports-abc==0.5
singledispatch==3.4.0.3
# Required by Tornado to handle threads stuff.
futures>=2.0; python_version < '3.0'

View file

@ -5,3 +5,8 @@ msgpack>=0.5,!=0.5.5
PyYAML
MarkupSafe
requests>=1.0.0
# Requirements for Tornado 4.5.3 (vendored as salt.ext.tornado)
backports-abc==0.5
singledispatch==3.4.0.3
# Required by Tornado to handle threads stuff.
futures>=2.0; python_version < '3.0'

View file

@ -35,9 +35,3 @@ Genshi
Cheetah3==3.1.0
Mako
wempy; python_version <'3'
# Requirements for Tornado 4.5.3 (vendored as salt.ext.tornado)
backports-abc==0.5
singledispatch==3.4.0.3
# Required by Tornado to handle threads stuff.
futures>=2.0; python_version < '3.0'

View file

@ -49,9 +49,3 @@ Genshi
Cheetah3==3.1.0
Mako
wempy; python_version <'3'
# Requirements for Tornado 4.5.3 (vendored as salt.ext.tornado)
backports-abc==0.5
singledispatch==3.4.0.3
# Required by Tornado to handle threads stuff.
futures>=2.0; python_version < '3.0'

View file

@ -123,7 +123,6 @@ strict-rfc3339==0.7
supervisor==3.3.5 ; python_version < "3"
tempora==1.14.1 # via portend
timelib==0.2.4
tornado==4.5.3
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests
vcert==0.7.3
virtualenv==16.4.3

View file

@ -119,7 +119,6 @@ strict-rfc3339==0.7
supervisor==3.3.5 ; python_version < "3"
tempora==1.14.1 # via portend
timelib==0.2.4
tornado==4.5.3
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests
virtualenv==16.4.3
watchdog==0.9.0

View file

@ -112,7 +112,6 @@ smmap==0.9.0
strict-rfc3339==0.7
tempora==1.14.1 # via portend
timelib==0.2.4
tornado==4.5.3
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests
vcert==0.7.3
virtualenv==16.4.3

View file

@ -109,7 +109,6 @@ smmap==0.9.0
strict-rfc3339==0.7
tempora==1.14.1 # via portend
timelib==0.2.4
tornado==4.5.3
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests
virtualenv==16.4.3
watchdog==0.9.0

View file

@ -10,9 +10,9 @@ asn1crypto==1.3.0 # via certvalidator, cryptography, oscrypto
atomicwrites==1.3.0 # via pytest
attrs==19.1.0 # via pytest
aws-xray-sdk==0.95 # via moto
backports-abc==0.5
backports.functools-lru-cache==1.5 # via cheroot
backports.ssl_match_hostname==3.7.0.1
backports_abc==0.5
bcrypt==3.1.6 # via paramiko
boto3==1.9.132
boto==2.49.0
@ -111,7 +111,6 @@ smmap==0.9.0
strict-rfc3339==0.7
tempora==1.14.1 # via portend
timelib==0.2.4
tornado==4.5.3
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests
vcert==0.7.3
virtualenv==16.4.3

View file

@ -108,7 +108,6 @@ smmap==0.9.0
strict-rfc3339==0.7
tempora==1.14.1 # via portend
timelib==0.2.4
tornado==4.5.3
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests
virtualenv==16.4.3
watchdog==0.9.0

View file

@ -111,7 +111,6 @@ smmap==0.9.0
strict-rfc3339==0.7
tempora==1.14.1 # via portend
timelib==0.2.4
tornado==4.5.3
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests
vcert==0.7.3
virtualenv==16.4.3

View file

@ -108,7 +108,6 @@ smmap==0.9.0
strict-rfc3339==0.7
tempora==1.14.1 # via portend
timelib==0.2.4
tornado==4.5.3
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests
virtualenv==16.4.3
watchdog==0.9.0

View file

@ -39,8 +39,3 @@ Cheetah3==3.1.0
Mako
wempy; python_version <'3'
# Requirements for Tornado 4.5.3 (vendored as salt.ext.tornado)
backports-abc==0.5
singledispatch==3.4.0.3
# Required by Tornado to handle threads stuff.
futures>=2.0; python_version < '3.0'