Skip to content

Commit bbfe257

Browse files
committed
Cleaning up build files
1 parent 6a7b480 commit bbfe257

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

backend/setup.py

-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
'gunicorn',
3030
'flask-talisman',
3131
'redis',
32-
'packaging',
3332
'lupa',
3433
'boto3',
3534
'jinja2',

contrib/tuber.spec

+7-2
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,20 @@ URL: https://tuber.hackafe.net/
77
VCS: {{{ git_dir_vcs }}}
88
Source: {{{ git_pack }}}
99
BuildRequires: python3-devel
10+
BuildRequires: python3-setuptools
1011
BuildRequires: python3-pip
1112
BuildRequires: npm
1213
BuildRequires: git
1314
Requires: python3-passlib
1415
Requires: python3-flask
1516
Requires: python3-requests
1617
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
1924

2025
%define debug_package %{nil}
2126
%{?python_enable_dependency_generator}

docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ services:
1313

1414
frontend:
1515
build: ./frontend
16-
image: ghcr.io/claughinghouse/tuber-frontend:latest
16+
image: ghcr.io/magfest/tuber-frontend:latest
1717
networks:
1818
- tuber
1919

2020
backend:
2121
build: ./backend
22-
image: ghcr.io/claughinghouse/tuber-backend:latest
22+
image: ghcr.io/magfest/tuber-backend:latest
2323
depends_on:
2424
- postgres
2525
- redis

0 commit comments

Comments
 (0)