We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 629bc53 commit f567bffCopy full SHA for f567bff
requirements.txt
@@ -1,6 +1,6 @@
1
# NOTE: This file is parsed by .ci/generate_bear_metadata.py
2
# Edit coala_dependency in coala-build.yaml
3
-git+https://github.com/coala/coala#egg=coala
+git+https://github.com/akshatkarani/coala@nextgen#egg=coala
4
# Dependencies inherited from coala
5
# coala_utils
6
# dependency_management
tox.ini
@@ -79,7 +79,7 @@ list_dependencies_command = python -m pip freeze --local
79
whitelist_externals =
80
pytest
81
deps =
82
- git+https://github.com/coala/coala#egg=coala
+ git+https://github.com/akshatkarani/coala@nextgen#egg=coala
83
pip: -rbear-requirements.txt
84
# aenum is needed during test collection
85
!pip: aenum
0 commit comments