singer-io / tap-gitlab

GNU Affero General Public License v3.0
15 stars 19 forks source link

pytz module missing on clean installation #29

Open francispotter opened 1 year ago

francispotter commented 1 year ago

I installed tap-gitlab and tried to run it but got this error:

ModuleNotFoundError: No module named 'pytz'

I installed pytz separately using pip, and it worked. I'm new to the project, but maybe pytz should be in setup.py?