* Switch to 'slim' image, add Travis CI integration * Remove trailing quote, simplify CI flow * Add missing phony targets, suppress F401/F403 'pyflakes' errors on missing file * Replace 'psycopg2' with 'psycopg2-binary', bump version to '2.8.4' * Install 'make' in docker, add build and termination option in readme * Revert 'psycopg2-binary' to 'psycopg2' * Remove extra empty line * Install missing 'gcc', 'libc-dev' and 'libpq-dev'
14 lines
208 B
Plaintext
14 lines
208 B
Plaintext
Django==2.2.8
|
|
psycopg2==2.8.4
|
|
click==7.0
|
|
pillow==7.0
|
|
awesome-slugify>=1.6.5
|
|
requests==2.22.0
|
|
beautifulsoup4==4.6.2
|
|
pyyaml==5.2
|
|
feedparser==5.2.1
|
|
sentry-sdk==0.13.5
|
|
pyjwt==1.7.1
|
|
nltk==3.4.5
|
|
newspaper3k>=0.2.8
|