omegaconf 2.3.0.dev2__tar.gz → 2.3.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (96) hide show
  1. {omegaconf-2.3.0.dev2/omegaconf.egg-info → omegaconf-2.3.1}/PKG-INFO +32 -8
  2. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/README.md +16 -6
  3. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/omegaconf/grammar/gen/OmegaConfGrammarLexer.py +1 -1
  4. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/omegaconf/grammar/gen/OmegaConfGrammarParser.py +1 -1
  5. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/omegaconf/grammar/gen/OmegaConfGrammarParserListener.py +1 -1
  6. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/omegaconf/grammar/gen/OmegaConfGrammarParserVisitor.py +1 -1
  7. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/omegaconf/version.py +1 -1
  8. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1/omegaconf.egg-info}/PKG-INFO +32 -8
  9. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/setup.py +3 -3
  10. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/LICENSE +0 -0
  11. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/MANIFEST.in +0 -0
  12. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/build_helpers/__init__.py +0 -0
  13. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/build_helpers/bin/antlr-4.9.3-complete.jar +0 -0
  14. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/build_helpers/build_helpers.py +0 -0
  15. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/build_helpers/test_helpers.py +0 -0
  16. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/omegaconf/__init__.py +0 -0
  17. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/omegaconf/_impl.py +0 -0
  18. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/omegaconf/_utils.py +0 -0
  19. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/omegaconf/base.py +0 -0
  20. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/omegaconf/basecontainer.py +0 -0
  21. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/omegaconf/dictconfig.py +0 -0
  22. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/omegaconf/errors.py +0 -0
  23. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/omegaconf/grammar/OmegaConfGrammarLexer.g4 +0 -0
  24. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/omegaconf/grammar/OmegaConfGrammarParser.g4 +0 -0
  25. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/omegaconf/grammar/__init__.py +0 -0
  26. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/omegaconf/grammar/gen/__init__.py +0 -0
  27. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/omegaconf/grammar_parser.py +0 -0
  28. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/omegaconf/grammar_visitor.py +0 -0
  29. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/omegaconf/listconfig.py +0 -0
  30. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/omegaconf/nodes.py +0 -0
  31. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/omegaconf/omegaconf.py +0 -0
  32. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/omegaconf/py.typed +0 -0
  33. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/omegaconf/resolvers/__init__.py +0 -0
  34. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/omegaconf/resolvers/oc/__init__.py +0 -0
  35. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/omegaconf/resolvers/oc/dict.py +0 -0
  36. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/omegaconf.egg-info/SOURCES.txt +0 -0
  37. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/omegaconf.egg-info/dependency_links.txt +0 -0
  38. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/omegaconf.egg-info/requires.txt +0 -0
  39. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/omegaconf.egg-info/top_level.txt +0 -0
  40. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/pydevd_plugins/__init__.py +0 -0
  41. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/pydevd_plugins/extensions/__init__.py +0 -0
  42. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/pydevd_plugins/extensions/pydevd_plugin_omegaconf.py +0 -0
  43. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/pyproject.toml +0 -0
  44. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/requirements/base.txt +0 -0
  45. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/setup.cfg +0 -0
  46. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/__init__.py +0 -0
  47. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/conftest.py +0 -0
  48. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/data/2.0.6.pickle +0 -0
  49. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/data/2.1.0.rc1.pickle +0 -0
  50. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/data/load.py +0 -0
  51. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/data/save.py +0 -0
  52. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/examples/__init__.py +0 -0
  53. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/examples/dataclass_postponed_annotations.py +0 -0
  54. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/examples/test_dataclass_example.py +0 -0
  55. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/examples/test_postponed_annotations.py +0 -0
  56. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/interpolation/__init__.py +0 -0
  57. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/interpolation/built_in_resolvers/__init__.py +0 -0
  58. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/interpolation/built_in_resolvers/test_oc_create.py +0 -0
  59. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/interpolation/built_in_resolvers/test_oc_decode.py +0 -0
  60. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/interpolation/built_in_resolvers/test_oc_deprecated.py +0 -0
  61. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/interpolation/built_in_resolvers/test_oc_dict.py +0 -0
  62. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/interpolation/built_in_resolvers/test_oc_env.py +0 -0
  63. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/interpolation/built_in_resolvers/test_oc_select.py +0 -0
  64. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/interpolation/test_custom_resolvers.py +0 -0
  65. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/interpolation/test_interpolation.py +0 -0
  66. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/structured_conf/__init__.py +0 -0
  67. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/structured_conf/data/__init__.py +0 -0
  68. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/structured_conf/data/attr_classes.py +0 -0
  69. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/structured_conf/data/dataclasses.py +0 -0
  70. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/structured_conf/data/dataclasses_pre_311.py +0 -0
  71. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/structured_conf/test_structured_basic.py +0 -0
  72. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/structured_conf/test_structured_config.py +0 -0
  73. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/test_base_config.py +0 -0
  74. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/test_basic_ops_dict.py +0 -0
  75. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/test_basic_ops_list.py +0 -0
  76. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/test_compare_dictconfig_vs_dict.py +0 -0
  77. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/test_config_eq.py +0 -0
  78. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/test_create.py +0 -0
  79. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/test_errors.py +0 -0
  80. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/test_get_full_key.py +0 -0
  81. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/test_grammar.py +0 -0
  82. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/test_matrix.py +0 -0
  83. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/test_merge.py +0 -0
  84. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/test_nested_containers.py +0 -0
  85. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/test_nodes.py +0 -0
  86. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/test_omegaconf.py +0 -0
  87. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/test_pydev_resolver_plugin.py +0 -0
  88. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/test_readonly.py +0 -0
  89. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/test_select.py +0 -0
  90. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/test_serialization.py +0 -0
  91. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/test_struct.py +0 -0
  92. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/test_to_container.py +0 -0
  93. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/test_to_yaml.py +0 -0
  94. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/test_unions.py +0 -0
  95. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/test_update.py +0 -0
  96. {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/test_utils.py +0 -0
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: omegaconf
3
- Version: 2.3.0.dev2
3
+ Version: 2.3.1
4
4
  Summary: A flexible configuration library
5
5
  Home-page: https://github.com/omry/omegaconf
6
6
  Author: Omry Yadan
@@ -17,6 +17,20 @@ Classifier: Operating System :: OS Independent
17
17
  Requires-Python: >=3.6
18
18
  Description-Content-Type: text/markdown
19
19
  License-File: LICENSE
20
+ Requires-Dist: antlr4-python3-runtime==4.9.*
21
+ Requires-Dist: PyYAML>=5.1.0
22
+ Requires-Dist: dataclasses; python_version == "3.6"
23
+ Dynamic: author
24
+ Dynamic: author-email
25
+ Dynamic: classifier
26
+ Dynamic: description
27
+ Dynamic: description-content-type
28
+ Dynamic: home-page
29
+ Dynamic: keywords
30
+ Dynamic: license-file
31
+ Dynamic: requires-dist
32
+ Dynamic: requires-python
33
+ Dynamic: summary
20
34
 
21
35
  # OmegaConf
22
36
  | | Description |
@@ -31,16 +45,26 @@ providing a consistent API regardless of how the configuration was created.
31
45
 
32
46
  ## Releases
33
47
 
34
- ### Stable (2.2)
35
- OmegaConf 2.2 is the current stable version.
36
- * [What's new](https://github.com/omry/omegaconf/releases/tag/v2.2.1)
37
- * [Documentation](https://omegaconf.readthedocs.io/en/2.2_branch/)
38
- * [Source code](https://github.com/omry/omegaconf/tree/2.2_branch)
48
+ ### Stable (2.3)
49
+ OmegaConf 2.3 is the current stable version.
50
+ * [What's new](https://github.com/omry/omegaconf/releases/tag/v2.3.0)
51
+ * [Documentation](https://omegaconf.readthedocs.io/en/2.3_branch/)
52
+ * [Source code](https://github.com/omry/omegaconf/tree/2.3_branch)
39
53
 
40
54
  Install with `pip install --upgrade omegaconf`
41
55
 
56
+ ### Previous release (2.2)
57
+
58
+ * [What's new](https://github.com/omry/omegaconf/releases/tag/v2.1.1)
59
+ * [Documentation](https://omegaconf.readthedocs.io/en/2.1_branch/)
60
+ * [Slides](https://docs.google.com/presentation/d/e/2PACX-1vT_UIV7hCnquIbLUm4NnkUpXvPEh33IKiUEvPRF850WKA8opOlZOszjKdZ3tPmf8u7hGNP6HpqS-NT5/pub?start=false&loop=false&delayms=3000)
61
+ * [Source code](https://github.com/omry/omegaconf/tree/2.1_branch)
62
+
63
+ Install with `pip install omegaconf==2.1`
64
+
65
+
42
66
  ### Previous release (2.1)
43
- OmegaConf 2.1 is the current stable version.
67
+
44
68
  * [What's new](https://github.com/omry/omegaconf/releases/tag/v2.1.1)
45
69
  * [Documentation](https://omegaconf.readthedocs.io/en/2.1_branch/)
46
70
  * [Slides](https://docs.google.com/presentation/d/e/2PACX-1vT_UIV7hCnquIbLUm4NnkUpXvPEh33IKiUEvPRF850WKA8opOlZOszjKdZ3tPmf8u7hGNP6HpqS-NT5/pub?start=false&loop=false&delayms=3000)
@@ -11,16 +11,26 @@ providing a consistent API regardless of how the configuration was created.
11
11
 
12
12
  ## Releases
13
13
 
14
- ### Stable (2.2)
15
- OmegaConf 2.2 is the current stable version.
16
- * [What's new](https://github.com/omry/omegaconf/releases/tag/v2.2.1)
17
- * [Documentation](https://omegaconf.readthedocs.io/en/2.2_branch/)
18
- * [Source code](https://github.com/omry/omegaconf/tree/2.2_branch)
14
+ ### Stable (2.3)
15
+ OmegaConf 2.3 is the current stable version.
16
+ * [What's new](https://github.com/omry/omegaconf/releases/tag/v2.3.0)
17
+ * [Documentation](https://omegaconf.readthedocs.io/en/2.3_branch/)
18
+ * [Source code](https://github.com/omry/omegaconf/tree/2.3_branch)
19
19
 
20
20
  Install with `pip install --upgrade omegaconf`
21
21
 
22
+ ### Previous release (2.2)
23
+
24
+ * [What's new](https://github.com/omry/omegaconf/releases/tag/v2.1.1)
25
+ * [Documentation](https://omegaconf.readthedocs.io/en/2.1_branch/)
26
+ * [Slides](https://docs.google.com/presentation/d/e/2PACX-1vT_UIV7hCnquIbLUm4NnkUpXvPEh33IKiUEvPRF850WKA8opOlZOszjKdZ3tPmf8u7hGNP6HpqS-NT5/pub?start=false&loop=false&delayms=3000)
27
+ * [Source code](https://github.com/omry/omegaconf/tree/2.1_branch)
28
+
29
+ Install with `pip install omegaconf==2.1`
30
+
31
+
22
32
  ### Previous release (2.1)
23
- OmegaConf 2.1 is the current stable version.
33
+
24
34
  * [What's new](https://github.com/omry/omegaconf/releases/tag/v2.1.1)
25
35
  * [Documentation](https://omegaconf.readthedocs.io/en/2.1_branch/)
26
36
  * [Slides](https://docs.google.com/presentation/d/e/2PACX-1vT_UIV7hCnquIbLUm4NnkUpXvPEh33IKiUEvPRF850WKA8opOlZOszjKdZ3tPmf8u7hGNP6HpqS-NT5/pub?start=false&loop=false&delayms=3000)
@@ -1,4 +1,4 @@
1
- # Generated from /home/homestar/dev/omegaconf/omegaconf/grammar/OmegaConfGrammarLexer.g4 by ANTLR 4.9.3
1
+ # Generated from /home/omry/dev/omegaconf/omegaconf/grammar/OmegaConfGrammarLexer.g4 by ANTLR 4.9.3
2
2
  from antlr4 import *
3
3
  from io import StringIO
4
4
  import sys
@@ -1,4 +1,4 @@
1
- # Generated from /home/homestar/dev/omegaconf/omegaconf/grammar/OmegaConfGrammarParser.g4 by ANTLR 4.9.3
1
+ # Generated from /home/omry/dev/omegaconf/omegaconf/grammar/OmegaConfGrammarParser.g4 by ANTLR 4.9.3
2
2
  # encoding: utf-8
3
3
  from antlr4 import *
4
4
  from io import StringIO
@@ -1,4 +1,4 @@
1
- # Generated from /home/homestar/dev/omegaconf/omegaconf/grammar/OmegaConfGrammarParser.g4 by ANTLR 4.9.3
1
+ # Generated from /home/omry/dev/omegaconf/omegaconf/grammar/OmegaConfGrammarParser.g4 by ANTLR 4.9.3
2
2
  from antlr4 import *
3
3
  if __name__ is not None and "." in __name__:
4
4
  from .OmegaConfGrammarParser import OmegaConfGrammarParser
@@ -1,4 +1,4 @@
1
- # Generated from /home/homestar/dev/omegaconf/omegaconf/grammar/OmegaConfGrammarParser.g4 by ANTLR 4.9.3
1
+ # Generated from /home/omry/dev/omegaconf/omegaconf/grammar/OmegaConfGrammarParser.g4 by ANTLR 4.9.3
2
2
  from antlr4 import *
3
3
  if __name__ is not None and "." in __name__:
4
4
  from .OmegaConfGrammarParser import OmegaConfGrammarParser
@@ -1,6 +1,6 @@
1
1
  import sys # pragma: no cover
2
2
 
3
- __version__ = "2.3.0.dev2"
3
+ __version__ = "2.3.1"
4
4
 
5
5
  msg = """OmegaConf 2.0 and above is compatible with Python 3.6 and newer.
6
6
  You have the following options:
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: omegaconf
3
- Version: 2.3.0.dev2
3
+ Version: 2.3.1
4
4
  Summary: A flexible configuration library
5
5
  Home-page: https://github.com/omry/omegaconf
6
6
  Author: Omry Yadan
@@ -17,6 +17,20 @@ Classifier: Operating System :: OS Independent
17
17
  Requires-Python: >=3.6
18
18
  Description-Content-Type: text/markdown
19
19
  License-File: LICENSE
20
+ Requires-Dist: antlr4-python3-runtime==4.9.*
21
+ Requires-Dist: PyYAML>=5.1.0
22
+ Requires-Dist: dataclasses; python_version == "3.6"
23
+ Dynamic: author
24
+ Dynamic: author-email
25
+ Dynamic: classifier
26
+ Dynamic: description
27
+ Dynamic: description-content-type
28
+ Dynamic: home-page
29
+ Dynamic: keywords
30
+ Dynamic: license-file
31
+ Dynamic: requires-dist
32
+ Dynamic: requires-python
33
+ Dynamic: summary
20
34
 
21
35
  # OmegaConf
22
36
  | | Description |
@@ -31,16 +45,26 @@ providing a consistent API regardless of how the configuration was created.
31
45
 
32
46
  ## Releases
33
47
 
34
- ### Stable (2.2)
35
- OmegaConf 2.2 is the current stable version.
36
- * [What's new](https://github.com/omry/omegaconf/releases/tag/v2.2.1)
37
- * [Documentation](https://omegaconf.readthedocs.io/en/2.2_branch/)
38
- * [Source code](https://github.com/omry/omegaconf/tree/2.2_branch)
48
+ ### Stable (2.3)
49
+ OmegaConf 2.3 is the current stable version.
50
+ * [What's new](https://github.com/omry/omegaconf/releases/tag/v2.3.0)
51
+ * [Documentation](https://omegaconf.readthedocs.io/en/2.3_branch/)
52
+ * [Source code](https://github.com/omry/omegaconf/tree/2.3_branch)
39
53
 
40
54
  Install with `pip install --upgrade omegaconf`
41
55
 
56
+ ### Previous release (2.2)
57
+
58
+ * [What's new](https://github.com/omry/omegaconf/releases/tag/v2.1.1)
59
+ * [Documentation](https://omegaconf.readthedocs.io/en/2.1_branch/)
60
+ * [Slides](https://docs.google.com/presentation/d/e/2PACX-1vT_UIV7hCnquIbLUm4NnkUpXvPEh33IKiUEvPRF850WKA8opOlZOszjKdZ3tPmf8u7hGNP6HpqS-NT5/pub?start=false&loop=false&delayms=3000)
61
+ * [Source code](https://github.com/omry/omegaconf/tree/2.1_branch)
62
+
63
+ Install with `pip install omegaconf==2.1`
64
+
65
+
42
66
  ### Previous release (2.1)
43
- OmegaConf 2.1 is the current stable version.
67
+
44
68
  * [What's new](https://github.com/omry/omegaconf/releases/tag/v2.1.1)
45
69
  * [Documentation](https://omegaconf.readthedocs.io/en/2.1_branch/)
46
70
  * [Slides](https://docs.google.com/presentation/d/e/2PACX-1vT_UIV7hCnquIbLUm4NnkUpXvPEh33IKiUEvPRF850WKA8opOlZOszjKdZ3tPmf8u7hGNP6HpqS-NT5/pub?start=false&loop=false&delayms=3000)
@@ -10,7 +10,6 @@ OmegaConf setup
10
10
  """
11
11
  import pathlib
12
12
 
13
- import pkg_resources
14
13
  import setuptools
15
14
 
16
15
  from build_helpers.build_helpers import (
@@ -24,8 +23,9 @@ from build_helpers.build_helpers import (
24
23
 
25
24
  with pathlib.Path("requirements/base.txt").open() as requirements_txt:
26
25
  install_requires = [
27
- str(requirement)
28
- for requirement in pkg_resources.parse_requirements(requirements_txt)
26
+ line.split("#")[0].strip()
27
+ for line in requirements_txt
28
+ if line.split("#")[0].strip()
29
29
  ]
30
30
 
31
31
 
File without changes
File without changes
File without changes
File without changes