mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 08:21:15 +03:00
9d24236632
* flake8 monkeypatches pyflakes to add codes to linting results. It would seem that pyflakes 1.1.0 adds more checks but flake8 doesn't monkeypatch to expose them. I've submitted a PR to add error code 405 to be able to express that we ignore it in our setup.cfg https://gitlab.com/pycqa/flake8/merge_requests/56 |
||
---|---|---|
.. | ||
README | ||
requirements_dev.txt | ||
requirements_jenkins.txt | ||
requirements_python26.txt | ||
requirements.txt |
To find packages missing from requirements.txt run the below command and look for packages after the example listed below. `PYTHONPATH=awx/lib/site-packages/ pip freeze -r requirements/requirements.txt` ``` ... ## The following requirements were added by pip freeze: functools32==3.2.3.post2 ... ```