diff options
author | Chris Church <chris@ninemoreminutes.com> | 2013-06-28 11:37:00 +0200 |
---|---|---|
committer | Chris Church <chris@ninemoreminutes.com> | 2013-06-28 11:37:00 +0200 |
commit | ffa48f2c9eed2254cfab759c35b6b99233366773 (patch) | |
tree | da70cb3296461a0b5964568a849b04c023459bf0 /requirements/dev_local.txt | |
parent | Remove print from callback, fix failed flag propagation on job event, add tes... (diff) | |
download | awx-ffa48f2c9eed2254cfab759c35b6b99233366773.tar.xz awx-ffa48f2c9eed2254cfab759c35b6b99233366773.zip |
Fixed comment line in requirements.
Diffstat (limited to 'requirements/dev_local.txt')
-rw-r--r-- | requirements/dev_local.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements/dev_local.txt b/requirements/dev_local.txt index bed4830e9c..605a1472ac 100644 --- a/requirements/dev_local.txt +++ b/requirements/dev_local.txt @@ -1,5 +1,5 @@ # PIP requirements for AWX development/build environment (using only local -packages). Install using "pip --no-index -r dev_local.txt". +# packages). Install using "pip --no-index -r dev_local.txt". distribute-0.6.45.tar.gz |