pgh-public-meetings / city-scrapers-pitt

Pittsburgh City Scrapers: sourcing public meetings in Pittsburgh
https://pgh-public-meetings.github.io/events/
MIT License
19 stars 66 forks source link

added pipfile lock to gitignore and generate new lock file each time #157

Closed bonfirefan closed 3 years ago

bonfirefan commented 3 years ago

modulenotfounderror: no module named "boto3" persists

The Pipfile.lock file was re-generated to reflect the aws extras option rather than point o azure: ``city-scrapers-core = {extras = ["aws"],version = "*"}```

Pipfile lock will also be re-generated each time in development and we'll add Pipfile.lock to gitignore

Addresses #139 and #133 and #131, attempting to solve what #142 was attempting to solve

bonfirefan commented 3 years ago

lock file incompatible