agrc / skid

A template for developing palletjack skids to be run as Google Cloud Functions
MIT License
0 stars 0 forks source link

DRY up dependencies #27

Open stdavis opened 2 months ago

stdavis commented 2 months ago

Something like would DRY up the dependencies for a function-based skid: https://github.com/agrc/deq-eid-skid/commit/b3fb29b6e93869b4f8057e42e8de2c0d6bc1cc4f

steveoh commented 2 months ago

I was wondering if you could read the requirements.txt file into the setup.py

stdavis commented 2 months ago

That commit worked. I moved away from it when I switched to a dockerfile for cloudrun. No more need for the requirements file after that.

steveoh commented 2 months ago

It's a nice improvement for function based skids still.