diff options
author | mahesh | 2017-08-16 18:28:26 +0530 |
---|---|---|
committer | mahesh | 2017-08-16 22:40:41 +0530 |
commit | 67f3119a2e27673694db907d21f501bc8247fce1 (patch) | |
tree | eaea007df8f9b99cca4d0b2fbedd91e15e2ff161 /requirements | |
parent | a116370a56ccfb43cbd97e7588e0d0a6a19453d8 (diff) | |
download | online_test-67f3119a2e27673694db907d21f501bc8247fce1.tar.gz online_test-67f3119a2e27673694db907d21f501bc8247fce1.tar.bz2 online_test-67f3119a2e27673694db907d21f501bc8247fce1.zip |
Adds ruamel.yaml instead of pyyaml
- Preserves escape characters
- Adds ruamel.yaml in requirements
Diffstat (limited to 'requirements')
-rw-r--r-- | requirements/requirements-common.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements/requirements-common.txt b/requirements/requirements-common.txt index 6169c9b..100d693 100644 --- a/requirements/requirements-common.txt +++ b/requirements/requirements-common.txt @@ -6,4 +6,4 @@ tornado selenium==2.53.6 coverage psutil -pyyaml
\ No newline at end of file +ruamel.yaml==0.15.23 |