8000 Comment yaml-related code · kiq7/python-dependency-injector@52c98bb · GitHub
[go: up one dir, main page]

Skip to content

Commit 52c98bb

Browse files
committed
Comment yaml-related code
1 parent f7871df commit 52c98bb

File tree

5 files changed

+3175
-3679
lines changed

5 files changed

+3175
-3679
lines changed

setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@
4040
url='https://github.com/ets-labs/python-dependency-injector',
4141
download_url='https://pypi.python.org/pypi/dependency_injector',
4242
install_requires=requirements,
43-
extras_require={
44-
'yaml': [
45-
'pyyaml',
46-
],
47-
},
43+
# extras_require={
44+
# 'yaml': [
45+
# 'pyyaml',
46+
# ],
47+
# },
4848
package_dir={
4949
'': 'src',
5050
},

0 commit comments

Comments
 (0)
0