Open-EO / openeo-pg-parser-python

A python parser for openEO process graphs
Apache License 2.0
1 stars 6 forks source link

missing dependecies #14

Closed lforesta closed 4 years ago

lforesta commented 4 years ago

We need to have dependencies in at least one of requirements.txt or setup.cfg, else when installing this package as a dependency of another, the local dependecies in the conda file are not installed.

for setup.cfg for example:

install_requires =
  requests
  numpy

@claxn can you add this?

claxn commented 4 years ago

I agree, thanks for noting this. I have added them to the setup.cfg file.