Interface PoetryPyprojectOptions

    • Method Detail

      • getDependencies

        @Stability(Experimental)
        @Nullable
        default Map<String,​Object> getDependencies()
        (experimental) A list of dependencies for the project.

        The python version for which your package is compatible is also required.

        Example:

         { requests: "^2.13.0" }
         
      • getDevDependencies

        @Stability(Experimental)
        @Nullable
        default Map<String,​Object> getDevDependencies()
        (experimental) A list of development dependencies for the project.

        Example:

         { requests: "^2.13.0" }