Updating dependencies.

This commit is contained in:
Samuel Clay 2021-07-29 16:24:56 -04:00
parent 9be6db2027
commit 05fc33b453
4 changed files with 2810 additions and 27 deletions

View file

@ -13,6 +13,6 @@ class Command(BaseCommand):
c = db_conn.cursor()
connected = True
print("Connected to postgres")
except OperationalError:
print("Waiting for db_postgres")
except OperationalError as e:
print(f"Waiting for db_postgres: {e}")
time.sleep(5)

View file

@ -38,7 +38,7 @@ dopy==0.3.7
elasticsearch==7.12.1
factory-boy==3.2.0
Faker==8.8.2
feedparser==6.0.2
feedparser>=6,<7
filelock==3.0.12
Flask==1.1.2
Flask-BasicAuth==0.2.0

View file

@ -21,8 +21,8 @@ services:
nofile:
soft: 10000
hard: 10000
expose:
- 8000
ports:
- 8000:8000
# only use gunicorn if the TEST env variable is not "True"
entrypoint: /bin/sh -c newsblur_web/entrypoint.sh
volumes:

2827
node/package-lock.json generated

File diff suppressed because it is too large Load diff