@@ -27,38 +27,12 @@ zip_safe = False
2727include_package_data = True
2828packages = find:
2929install_requires =
30- dffml ==0.4.0; platform_system == "Linux" and python_version == "3.8"
31- dffml ==0.4.0; platform_system == "Linux" and python_version == "3.7"
32- dffml ==0.4.0; platform_system == "Darwin" and python_version == "3.7"
33- dffml ==0.4.0; platform_system == "Windows" and python_version == "3.7"
34- dffml ==0.4.0; platform_system == "Darwin" and python_version == "3.8"
35- dffml ==0.4.0; platform_system == "Windows" and python_version == "3.8"
36- dffml-feature-git ==0.3.0; platform_system == "Linux" and python_version == "3.8"
37- dffml-feature-git ==0.3.0; platform_system == "Linux" and python_version == "3.7"
38- dffml-feature-git ==0.3.0; platform_system == "Darwin" and python_version == "3.7"
39- dffml-feature-git ==0.3.0; platform_system == "Windows" and python_version == "3.7"
40- dffml-feature-git ==0.3.0; platform_system == "Darwin" and python_version == "3.8"
41- dffml-feature-git ==0.3.0; platform_system == "Windows" and python_version == "3.8"
42- aiohttp ==3.7.3; platform_system == "Linux" and python_version == "3.8"
43- aiohttp ==3.7.3; platform_system == "Linux" and python_version == "3.7"
44- aiohttp ==3.7.3; platform_system == "Darwin" and python_version == "3.7"
45- aiohttp ==3.7.3; platform_system == "Windows" and python_version == "3.7"
46- aiohttp ==3.7.3; platform_system == "Darwin" and python_version == "3.8"
47- bandit ==1.7.0; platform_system == "Linux" and python_version == "3.8"
48- bandit ==1.7.0; platform_system == "Linux" and python_version == "3.7"
49- bandit ==1.7.0; platform_system == "Darwin" and python_version == "3.7"
50- bandit ==1.7.0; platform_system == "Windows" and python_version == "3.7"
51- bandit ==1.7.0; platform_system == "Darwin" and python_version == "3.8"
52- safety ==1.10.3; platform_system == "Linux" and python_version == "3.8"
53- safety ==1.10.3; platform_system == "Linux" and python_version == "3.7"
54- safety ==1.10.3; platform_system == "Darwin" and python_version == "3.7"
55- safety ==1.10.3; platform_system == "Windows" and python_version == "3.7"
56- safety ==1.10.3; platform_system == "Darwin" and python_version == "3.8"
57- PyYAML ==5.4.1; platform_system == "Linux" and python_version == "3.8"
58- PyYAML ==5.4.1; platform_system == "Linux" and python_version == "3.7"
59- PyYAML ==5.4.1; platform_system == "Darwin" and python_version == "3.7"
60- PyYAML ==5.4.1; platform_system == "Windows" and python_version == "3.7"
61- PyYAML ==5.4.1; platform_system == "Darwin" and python_version == "3.8"
30+ dffml>=0.4.0
31+ dffml-feature-git>=0.3.0
32+ aiohttp>=3.5.4
33+ bandit>=1.6.2
34+ safety>=1.8.5
35+ PyYAML>=5.1.2
6236
6337[options.entry_points]
6438console_scripts =
0 commit comments