mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
fittrackee: 0.9.10 -> 0.10.2
https://github.com/SamR1/FitTrackee/releases/tag/v0.9.11 https://github.com/SamR1/FitTrackee/releases/tag/v0.10.0 https://github.com/SamR1/FitTrackee/releases/tag/v0.10.1 https://github.com/SamR1/FitTrackee/releases/tag/v0.10.2
This commit is contained in:
parent
88360220fb
commit
a52feb8cf0
1 changed files with 8 additions and 3 deletions
|
@ -8,14 +8,14 @@
|
||||||
}:
|
}:
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "fittrackee";
|
pname = "fittrackee";
|
||||||
version = "0.9.10";
|
version = "0.10.2";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "SamR1";
|
owner = "SamR1";
|
||||||
repo = "FitTrackee";
|
repo = "FitTrackee";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-004M7Uhsl0K8BX19eVU4NrvBeAyUJx/mBlC/R27y9jg=";
|
hash = "sha256-ZCQ4Ft2TSjS62DmGDpQ7gG5Spnf82v82i5nnZtg1UmA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [
|
build-system = [
|
||||||
|
@ -24,9 +24,11 @@ python3Packages.buildPythonApplication rec {
|
||||||
|
|
||||||
pythonRelaxDeps = [
|
pythonRelaxDeps = [
|
||||||
"authlib"
|
"authlib"
|
||||||
|
"flask"
|
||||||
"flask-limiter"
|
"flask-limiter"
|
||||||
"flask-migrate"
|
"flask-migrate"
|
||||||
"nh3"
|
"nh3"
|
||||||
|
"lxml"
|
||||||
"pyopenssl"
|
"pyopenssl"
|
||||||
"pytz"
|
"pytz"
|
||||||
"sqlalchemy"
|
"sqlalchemy"
|
||||||
|
@ -39,6 +41,8 @@ python3Packages.buildPythonApplication rec {
|
||||||
babel
|
babel
|
||||||
click
|
click
|
||||||
dramatiq
|
dramatiq
|
||||||
|
dramatiq-abort
|
||||||
|
fitdecode
|
||||||
flask
|
flask
|
||||||
flask-bcrypt
|
flask-bcrypt
|
||||||
flask-dramatiq
|
flask-dramatiq
|
||||||
|
@ -56,8 +60,9 @@ python3Packages.buildPythonApplication rec {
|
||||||
pytz
|
pytz
|
||||||
shortuuid
|
shortuuid
|
||||||
sqlalchemy
|
sqlalchemy
|
||||||
staticmap
|
staticmap3
|
||||||
ua-parser
|
ua-parser
|
||||||
|
xmltodict
|
||||||
]
|
]
|
||||||
++ dramatiq.optional-dependencies.redis
|
++ dramatiq.optional-dependencies.redis
|
||||||
++ flask-limiter.optional-dependencies.redis;
|
++ flask-limiter.optional-dependencies.redis;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue