mass-scraper/environment.yml
siulkilulki 382666c563 Add test.py for data gathering (data for annotation)
Small changes to annotator.py (to be deleted in near future)
Add utils/iterator
Add redis to enviroment.yml
Rename, adapt and move rule based extractor.
Adapt find_hours.
Yapify webapp app (probalby nothing more)
Rename buttons in index.html
2018-05-11 23:12:21 +02:00

21 lines
283 B
YAML

name: polish-masses
channels:
- defaults
dependencies:
- python
- scrapy
- gunicorn
- flask
- redis-py
- lxml
- requests
- beautifulsoup4
- colorama
- pip:
- tldextract
- python-google-places
- jsonlines
- ipdb
- html2text
- binaryornot