mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Updating dependencies.
This commit is contained in:
parent
9be6db2027
commit
05fc33b453
4 changed files with 2810 additions and 27 deletions
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
2827
node/package-lock.json
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue