1
0
mirror of https://github.com/getsops/sops.git synced 2026-02-05 12:45:21 +01:00
Files
sops/requirements.txt

12 lines
340 B
Plaintext
Raw Permalink Normal View History

2016-03-24 13:51:53 -04:00
setuptools>=18.8.1
2018-11-27 11:02:27 -08:00
# pycparser is a transitive dependency of cryptography. 2.18 is the last
# release with Python 2.6 support
pycparser==2.18 ; python_version=="2.6"
2018-08-20 09:30:00 -07:00
cryptography>=1.4
boto3>=1.1.3
ruamel.yaml>=0.11.7,<0.12.0 ; python_version=="2.6"
ruamel.yaml>=0.11.7 ; python_version>"2.6"
ordereddict>=1.1
simplejson>=3.8
2016-03-24 13:51:53 -04:00
futures>=3.0.5