Commit graph

67 commits

Author SHA1 Message Date
ee93a45208
chore: general dependency updates (no breaking changes) 2024-03-31 16:56:27 +01:00
54097583b3
fix(ci): use poetry 2024-03-29 16:38:10 +00:00
0e13dc08da
feat: migrate to poetry 2024-03-29 16:32:06 +00:00
ab2aead17e
chore: updates to build on latest python/linux 2024-03-23 11:11:30 +00:00
Matthew Stratford
76ddea56f8 Attempt fix of setproctitle missing 2022-03-19 18:45:51 +00:00
Matthew Stratford
433d05336c Let script fail if it errors. 2022-03-19 17:49:45 +00:00
Matthew Stratford
c70092f9d9 Make sure all sanic deps are included 2022-03-19 17:46:19 +00:00
Matthew Stratford
64b1ef71ac Update sanic requirements. 2022-03-19 16:04:29 +00:00
Matthew Stratford
d6304ccff8 Fix missing pyinstaller in path 2022-03-19 16:04:13 +00:00
Matthew Stratford
978c042473 Revert sanic version to fix OSError on linux. 2022-03-18 17:33:28 +00:00
Matthew Stratford
358b5bb0a1 Update aiohttp for dependabot 2022-03-12 00:09:22 +00:00
Matthew Stratford
0b6e245703 Add ffmpeg for ubuntu 2022-03-11 21:58:12 +00:00
Matthew Stratford
fd87bbd506 Bump to websockets 10.1 2021-12-23 17:25:12 +00:00
Matthew Stratford
ac7d7d0222 merge of "dependabot/pip/build/websockets-9.1" and "dev" 2021-12-23 17:14:54 +00:00
Matthew Stratford
a041a6e38c Merge branch 'dev' into dependabot/pip/build/websockets-9.1 2021-12-23 17:11:42 +00:00
Matthew Stratford
592cf11a79 Fix mp3 support on linux with pygame 2.0.1 2021-11-02 22:47:24 +00:00
Matthew Stratford
ecbfaa4a62 use sudo to install audio pkg 2021-11-02 22:46:41 +00:00
Matthew Stratford
b405b7b1ff Install wheel in CI. 2021-09-11 21:19:45 +01:00
Matthew Stratford
315d3ae392 Remove python 3.10 for now, pygame doesn't build. 2021-09-11 18:15:14 +01:00
Matthew Stratford
794433f034 Pull in newer pygame for 3.10 support 2021-09-11 18:12:43 +01:00
Matthew Stratford
0848771e3f Tweaked autopep8 lint 2021-09-11 17:48:57 +01:00
Matthew Stratford
e5e3267e75 Add linting for autopep8 2021-09-11 17:18:35 +01:00
Matthew Stratford
ce17793c5e Fix MacOS bundled launch with sanic logging dir. 2021-09-09 00:34:54 +01:00
Matthew Stratford
8a66ad86e6 Improve handling of dead processes 2021-09-04 15:16:44 +01:00
Matthew Stratford
95c0843865 Add pydub requirement 2021-09-03 19:56:23 +01:00
dependabot[bot]
5e364f0814
Bump websockets from 8.1 to 9.1 in /build
Bumps [websockets](https://github.com/aaugustin/websockets) from 8.1 to 9.1.
- [Release notes](https://github.com/aaugustin/websockets/releases)
- [Changelog](https://github.com/aaugustin/websockets/blob/9.1/docs/changelog.rst)
- [Commits](https://github.com/aaugustin/websockets/compare/8.1...9.1)

---
updated-dependencies:
- dependency-name: websockets
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-16 22:50:46 +00:00
Matthew Stratford
55e18eebb9
Fix aiohttp requirement 2021-08-16 23:50:23 +01:00
Matthew Stratford
6cbb8948eb
Add requirements.txt version freeze. 2021-08-11 23:24:09 +01:00
Matthew Stratford
ed2342777d Show beta status / git branch. 2021-04-27 21:48:17 +01:00
Matthew Stratford
33e149c315 Include missing jinja2 import 2021-04-26 18:14:56 +01:00
Matthew Stratford
6257dbf566 Last attempt at windows build during lunch. 2021-04-26 13:37:44 +01:00
Matthew Stratford
3e6782c540 Script fix again. 2021-04-26 13:24:28 +01:00
Matthew Stratford
c9b337a27a Fix relative split. 2021-04-26 12:56:49 +01:00
Matthew Stratford
256d690a19 Attempt windows relative path fix. 2021-04-26 12:44:22 +01:00
Matthew Stratford
2c498ff65c Improve packaging, use package.json for all package info 2021-04-19 15:45:20 +01:00
Matthew Stratford
95516f9abf Fix sanic in freeze 2021-04-18 03:52:34 +01:00
Matthew Stratford
a45cbda37e Switch API to async, remove APIHandler. 2021-04-18 03:14:14 +01:00
Matthew Stratford
fcf9d8dceb Switch to sanic from flask. 2021-04-18 02:03:44 +01:00
Matthew Stratford
90d5020a87 Shuffle flask into own file, change platypus options. 2021-04-17 21:28:57 +01:00
Matthew Stratford
9af1538d0b Merge branch 'webstudio-build' into dev 2021-04-17 13:17:37 +01:00
Matthew Stratford
04d55eb1b1 Add presenter to pyinstaller config whitelist 2021-04-16 21:10:19 +01:00
Matthew Stratford
c797647ebf Fix build version script batch. 2021-04-14 14:22:02 +01:00
Matthew Stratford
bacf8715db Fix if. 2021-04-14 14:00:45 +01:00
Matthew Stratford
c60e5976cd Don't use venv in github actions windows. 2021-04-14 13:58:40 +01:00
Matthew Stratford
2b138607fd Switch to using separate untracked build.py. 2021-04-11 20:27:46 +01:00
Matthew Stratford
d511f1774d Add build version when packaging. 2021-04-11 19:02:19 +01:00
Matthew Stratford
c90ebf6d81 More pep8 fixes 2021-04-08 22:21:28 +01:00
Matthew Stratford
f4dc7199a4 Some pep fixes. 2021-04-08 22:05:25 +01:00
Matthew Stratford
67f3e655be Check for modinfo soundcore. 2021-04-07 21:45:36 +01:00
Matthew Stratford
a2d6f115e0 Merge branch 'dev' into tests 2021-04-05 22:56:11 +01:00