mass-scraper/environment.yml
siulkilulki 6982ac2e59 Add basic wsgi app. Rename extractors, change directories.
Add gunicorn and flask to environment.yml
Update .gitignore
2018-04-27 22:44:15 +02:00

21 lines
294 B
YAML

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