awx/requirements/requirements_setup_requires.txt
Shane McDonald 6a29a0898a
Pin shellingham
Was seeing:

Collecting shellingham<2.0,>=1.1 (from poetry==0.12.17->-r tower/requirements/requirements_setup_requires.txt (line 12))
  File was already downloaded /ansible-tower/tower/requirements/vendor/shellingham-1.3.2.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/usr/lib64/python3.6/tokenize.py", line 452, in open
        buffer = _builtin_open(filename, 'rb')
    FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-build-jixdv7cx/shellingham/setup.py'
2020-02-18 09:32:24 -05:00

21 lines
557 B
Plaintext

pbr>=1.8
setuptools_scm>=3.1.0
setuptools==41.6.0
vcversioner>=2.16.0.0
pytest-runner
isort
m2r
cffi>=1.1
wheel>=0.33.6,<42.0.0
backports.functools_lru_cache
more-itertools==5.0.0
poetry==0.12.17
functools32<4.0.0,>=3.2.3; python_version >= "2.7" and python_version < "2.8"
flit==2.2.0; python_version >= "3.5"
zipp==0.6.0 # indirect dependency, higher versions will require setuptools>=42
twine; python_version >= "3.6"
incremental>=16.10.1; python_version >= "3.6"
lxml>=3.0; python_version >= "3.6"
pkgconfig; python_version >= "3.6"
shellingham==1.3.1