buguroo / pyknow

PyKnow: Expert Systems for Python
GNU Lesser General Public License v3.0
470 stars 141 forks source link

Include dependencies within the project #22

Open nilp0inter opened 6 years ago

nilp0inter commented 6 years ago

Our dependencies (schema and frozendict) are stable and small enough to be included within the source code of pyknow.

Including dependencies along with the project source eliminate danger of interdependency version conflict and guarantee that the exact dependency version is tested with the project.