Remove redundent reqs from windows

This commit is contained in:
Daniel A. Wozniak 2020-01-28 00:25:56 +00:00
parent ee569a672f
commit fc8e978160
No known key found for this signature in database
GPG key ID: 166B9D2C06C82D61

View file

@ -38,8 +38,3 @@ smmap==0.9.0
timelib==0.2.4
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'