41 Commits

Author SHA1 Message Date
Daniel Gatis
1ca14ce058 refactoring 2023-04-20 21:39:13 -03:00
Jan Philip Göpfert
eb00a8f94b
Require younger fastapi
`fastapi < 0.92.0` contained a vulnerability, see https://github.com/tiangolo/fastapi/releases/tag/0.92.0

Also, I previously set too strict dependencies, which I resolve here.
2023-03-08 22:13:12 +01:00
Jan Philip Göpfert
545f44bef6 Specify compatible releases in setup.py
For more information on compatible releases,
see [PEP 440](https://peps.python.org/pep-0440/#compatible-release)
or [pip's requirement specifiers](https://pip.pypa.io/en/stable/reference/requirement-specifiers/).

In general, `requirements.txt` should be used to define a repeatable installation,
such as a development environment or a production environment.
As such, versions of dependencies contained therein should be as specific as possible.

`install_requires` should be used to indicate dependencies necessary to run the package.
As such, versions of dependencies contained therein should be as broad as possible.

See [“install_requires vs requirements files” on python.org](https://packaging.python.org/en/latest/discussions/install-requires-vs-requirements/)
or [“requirements.txt vs setup.py” on stackoverflow](https://stackoverflow.com/a/43659126) for more information.

Closes #355
2022-12-07 11:32:49 +01:00
Daniel Gatis
e9cc8cfd26 removed python 3.7 2022-11-24 17:41:11 -03:00
Daniel Gatis
10ce1d0246 update deps / remove gdown 2022-11-24 17:24:52 -03:00
Daniel Gatis
e7a8a209db add tests 2022-08-24 20:10:40 -03:00
Daniel Gatis
8bc16273bc fix python version 2022-04-20 10:03:05 -03:00
Daniel Gatis
0b2bbd9d80 fix lint 2022-02-11 10:51:59 -03:00
Daniel Gatis
722e23cc8d add mask option and better gpu install 2022-02-11 10:50:50 -03:00
Daniel Gatis
385d34da4a refact 2022-01-20 15:05:45 -03:00
Daniel Gatis
3b18bad858 add onnx 2022-01-19 11:48:05 -03:00
Daniel Gatis
5fe7858a55 fix project layout 2022-01-09 15:54:30 -03:00
Daniel Gatis
39e45f2e86 fix project layout 2022-01-09 15:32:16 -03:00
Daniel Gatis
fe0823e513 fix build 2022-01-09 14:22:23 -03:00
Daniel Gatis
f019481256 add auto tag 2022-01-09 12:20:34 -03:00
Daniel Gatis
9405b96d80 fix model choices 2021-10-09 10:40:22 -03:00
Daniel Gatis
ae46588c7e fix issue 116 2021-07-06 00:56:31 -03:00
Daniel Gatis
b07192d16f fix invalid model fresh install 2021-04-04 20:07:54 -03:00
Daniel Gatis
ca4be25f90 fix #86 #92 2021-03-23 17:42:35 -03:00
Daniel Gatis
b16e821c56 bump version 2021-03-19 14:09:06 -03:00
Daniel Gatis
2d5e1ca5c9 bump version 2021-02-21 03:05:32 -03:00
Daniel Gatis
63f52a3a6a fix issue #74 2021-02-06 12:24:26 -03:00
Daniel Gatis
2a1c646b1c
Update setup.py 2021-02-05 11:54:05 -03:00
Daniel Gatis
471f200620
Update setup.py 2021-01-30 10:33:21 -03:00
Daniel Gatis
24711986b7 add base_size arg 2021-01-22 13:56:19 -03:00
Daniel Gatis
d14a7b33f3 bump version 2021-01-02 18:36:36 -03:00
Daniel Gatis
58fd707872 add model var envs 2020-12-12 18:56:09 -03:00
Daniel Gatis
332c16b58e fix typo 2020-11-13 13:47:24 -03:00
Daniel Gatis
b6cfd4b045 update versions 2020-11-09 14:53:35 -03:00
Daniel Gatis
8d5e4aba5d add a cache for models 2020-11-07 16:49:54 -03:00
Daniel Gatis
01f1769493 add alpha matting 2020-10-09 15:36:25 -03:00
Daniel Gatis
135550812c
Update setup.py 2020-10-09 14:58:47 -03:00
Daniel Gatis
215cb3e934 add alpha matting 2020-10-09 14:41:49 -03:00
Daniel Gatis
dc72f37e5f refactoring 2020-09-12 09:29:22 -03:00
Daniel Gatis
26fc23e579
Update setup.py 2020-09-01 12:51:21 -03:00
Daniel Gatis
4d09a60261 pump version 2020-08-28 21:09:11 -03:00
Daniel Gatis
39257c4502 fix model download 2020-08-19 20:36:21 -03:00
Daniel Gatis
1478c5845c fix issue #2 2020-08-19 10:32:38 -03:00
Daniel Gatis
28100b3a52 fix flask logger 2020-08-16 21:25:13 -03:00
Daniel Gatis
5f5118577b
Update setup.py 2020-08-12 12:21:07 -03:00
Daniel Gatis
7fb6683169 initial 2020-08-10 16:32:38 -03:00