Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Add a project launcher #67 #75

Open
wants to merge 21 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
21ca955
Add launcher.py
nikhiljangra264 Dec 20, 2024
fa3f7a6
Refactor launcher.py:
nikhiljangra264 Dec 22, 2024
f034b6c
Remove unnessasary requirements from requirements.txt
nikhiljangra264 Dec 22, 2024
83ff05f
Refactor Dependency handling in launcher.py
nikhiljangra264 Dec 22, 2024
5aae3eb
Add runtime config file.
nikhiljangra264 Dec 22, 2024
5d4c2f8
Fix `launcher.py` and `AudioProcessor.cpp` for Windows
nikhiljangra264 Dec 22, 2024
8c2722a
Fix macOS architecture detection and library path issues in test suite
nikhiljangra264 Dec 22, 2024
1bedd21
MINOR: formatted `AudioProcessor.cpp`
nikhiljangra264 Dec 22, 2024
0a01bf3
Refactor `launcher.py`
nikhiljangra264 Dec 23, 2024
9592859
Refactor `WebApplication class` in `launcher.py`: remove unused attri…
nikhiljangra264 Dec 23, 2024
4886dfd
Refactor `launcher.py`: Rename to stick to convention and Minor changes.
nikhiljangra264 Dec 24, 2024
210ad4a
Add logging statement in `launcher.py` to indicate MSYS2 PATH addition
nikhiljangra264 Dec 24, 2024
3cb403f
Add port parameter to `WebApplication.run` method in `launcher.py`.
nikhiljangra264 Dec 24, 2024
2a982c6
Rename `MEDIAPROCESSOR_PATH` to `PROCESSING_ENGINE_PATH` in `launcher…
nikhiljangra264 Dec 24, 2024
a25b39e
Update installer URL from nightly to stable release for msys2 in `lau…
nikhiljangra264 Dec 24, 2024
81ed83c
Refactor launcher.py: Rename `get_venv_binaries_directory` to `get_ve…
nikhiljangra264 Dec 29, 2024
6935987
Tooling: Refactor info messages and doxy comment in `launcher.py`
nikhiljangra264 Jan 2, 2025
dc7c850
Core: Remove local path ref from libdf.dylib install name
omeryusufyagci Jan 8, 2025
4777f69
Tooling: Add logging for displaying log statements to launcher.py
nikhiljangra264 Jan 18, 2025
0f9adc9
Tooling: Minor code formatting
nikhiljangra264 Jan 18, 2025
23342d7
Tooling: Add logging to Web app and FIXMEs for launcher.py
omeryusufyagci Jan 19, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove unnessasary requirements from requirements.txt
nikhiljangra264 committed Dec 22, 2024
commit f034b6c5854416294b9b9f65064ede984f065ce2
53 changes: 8 additions & 45 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,45 +1,8 @@
bidict==0.23.1
black==24.10.0
blinker==1.8.2
Brotli==1.1.0
certifi==2024.8.30
charset-normalizer==3.3.2
click==8.1.7
dnspython==2.6.1
eventlet==0.37.0
ffmpeg-python==0.2.0
flake8==7.1.1
Flask==3.0.3
Flask-Cors==5.0.0
Flask-SocketIO==5.3.7
future==1.0.0
gevent==24.2.1
gevent-websocket==0.10.1
greenlet==3.1.0
h11==0.14.0
idna==3.8
itsdangerous==2.2.0
Jinja2==3.1.4
MarkupSafe==2.1.5
mccabe==0.7.0
mutagen==1.47.0
mypy-extensions==1.0.0
packaging==24.1
pathspec==0.12.1
platformdirs==4.3.6
pycodestyle==2.12.1
pycryptodomex==3.20.0
pyflakes==3.2.0
python-engineio==4.9.1
python-socketio==5.11.4
requests==2.32.3
simple-websocket==1.0.0
tomli==2.0.2
typing_extensions==4.12.2
urllib3==2.2.2
websockets==13.0.1
Werkzeug==3.0.4
wsproto==1.2.0
yt-dlp==2024.9.27
zope.event==5.0
zope.interface==7.0.3
blinker>=1.9.0
click>=8.1.8
Flask>=3.1.0
itsdangerous>=2.2.0
Jinja2>=3.1.5
MarkupSafe>=3.0.2
Werkzeug>=3.1.3
yt-dlp>=2024.12.13