<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Basic python dependencies that are not included in EF2? in Extensions</title>
    <link>https://community.dynatrace.com/t5/Extensions/Basic-python-dependencies-that-are-not-included-in-EF2/m-p/255531#M5125</link>
    <description>&lt;P&gt;In EF1, there were a series of Python dependencies that we did not have to include. I even remember having to include "requests" in the very beginning, but then it was not needed anymore. At the time, that meant most extensions were reduced about &amp;gt;95% in size.&lt;/P&gt;&lt;P&gt;With EF2, we have to include a lot of dependencies that should be included by default, by using install_requires in setup.py. Why is this not the case anymore?&lt;/P&gt;</description>
    <pubDate>Wed, 11 Sep 2024 20:23:40 GMT</pubDate>
    <dc:creator>AntonioSousa</dc:creator>
    <dc:date>2024-09-11T20:23:40Z</dc:date>
    <item>
      <title>Basic python dependencies that are not included in EF2?</title>
      <link>https://community.dynatrace.com/t5/Extensions/Basic-python-dependencies-that-are-not-included-in-EF2/m-p/255531#M5125</link>
      <description>&lt;P&gt;In EF1, there were a series of Python dependencies that we did not have to include. I even remember having to include "requests" in the very beginning, but then it was not needed anymore. At the time, that meant most extensions were reduced about &amp;gt;95% in size.&lt;/P&gt;&lt;P&gt;With EF2, we have to include a lot of dependencies that should be included by default, by using install_requires in setup.py. Why is this not the case anymore?&lt;/P&gt;</description>
      <pubDate>Wed, 11 Sep 2024 20:23:40 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Basic-python-dependencies-that-are-not-included-in-EF2/m-p/255531#M5125</guid>
      <dc:creator>AntonioSousa</dc:creator>
      <dc:date>2024-09-11T20:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: Basic python dependencies that are not included in EF2?</title>
      <link>https://community.dynatrace.com/t5/Extensions/Basic-python-dependencies-that-are-not-included-in-EF2/m-p/255532#M5126</link>
      <description>&lt;P&gt;In EF1 all extensions shared the same imports, so if one extension included a specific library, it was accessible by all. This caused conflicts whenever two extensions required to different versions of the same library. In EF2 each extension runs in its own virtual environment, so each extension has full control over what to import.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Sep 2024 21:52:41 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Basic-python-dependencies-that-are-not-included-in-EF2/m-p/255532#M5126</guid>
      <dc:creator>Mike_L</dc:creator>
      <dc:date>2024-09-11T21:52:41Z</dc:date>
    </item>
  </channel>
</rss>

