6934: Replace custom config with yaml. Simplify code path.
[arvados.git] / sdk / pam / setup.py
index ed47388f2baaaed243ac4a2d1bb78685a72822b3..4942e2dcb7b1b1e242ca78965a94a72da8992e50 100644 (file)
@@ -31,6 +31,7 @@ setup(name='arvados-pam',
       ],
       install_requires=[
           'arvados-python-client>=0.1.20150801000000',
+          'pyyaml',
       ],
       test_suite='tests',
       tests_require=['mock>=1.0', 'PyYAML'],