File tree 3 files changed +9
-5
lines changed
3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 29
29
'gunicorn' ,
30
30
'flask-talisman' ,
31
31
'redis' ,
32
- 'packaging' ,
33
32
'lupa' ,
34
33
'boto3' ,
35
34
'jinja2' ,
Original file line number Diff line number Diff line change @@ -7,15 +7,20 @@ URL: https://tuber.hackafe.net/
7
7
VCS: {{{ git_dir_vcs }}}
8
8
Source: {{{ git_pack }}}
9
9
BuildRequires: python3-devel
10
+ BuildRequires: python3-setuptools
10
11
BuildRequires: python3-pip
11
12
BuildRequires: npm
12
13
BuildRequires: git
13
14
Requires: python3-passlib
14
15
Requires: python3-flask
15
16
Requires: python3-requests
16
17
Requires: python3-gunicorn
17
- Requires: python3-flask-sqlalchemy
18
- Requires: python3-flask-migrate
18
+ Requires: python3-alembic
19
+ Requires: python3-redis
20
+ Requires: python3-lupa
21
+ Requires: python3-boto3
22
+ Requires: python3-jinja2
23
+ Requires: python3-psycopg2
19
24
20
25
%define debug_package %{nil }
21
26
%{?python_enable_dependency_generator }
Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ services:
13
13
14
14
frontend :
15
15
build : ./frontend
16
- image : ghcr.io/claughinghouse /tuber-frontend:latest
16
+ image : ghcr.io/magfest /tuber-frontend:latest
17
17
networks :
18
18
- tuber
19
19
20
20
backend :
21
21
build : ./backend
22
- image : ghcr.io/claughinghouse /tuber-backend:latest
22
+ image : ghcr.io/magfest /tuber-backend:latest
23
23
depends_on :
24
24
- postgres
25
25
- redis
You can’t perform that action at this time.
0 commit comments