Skip to content

Commit 7e8dc88

Browse files
committed
python313Packages.reflex: 0.7.4a0 -> 0.7.4
Changelog: https://github.com/reflex-dev/reflex/releases/tag/v0.7.4
1 parent df481d6 commit 7e8dc88

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

pkgs/development/python-modules/reflex/default.nix

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
dill,
1010
distro,
1111
fastapi,
12+
granian,
1213
gunicorn,
1314
hatchling,
1415
httpx,
@@ -25,6 +26,7 @@
2526
pydantic,
2627
pytest-asyncio,
2728
pytest-mock,
29+
python-dotenv,
2830
pytestCheckHook,
2931
python-engineio,
3032
python-multipart,
@@ -48,14 +50,14 @@
4850

4951
buildPythonPackage rec {
5052
pname = "reflex";
51-
version = "0.7.4a0";
53+
version = "0.7.4";
5254
pyproject = true;
5355

5456
src = fetchFromGitHub {
5557
owner = "reflex-dev";
5658
repo = "reflex";
5759
tag = "v${version}";
58-
hash = "sha256-KFNcdPoZc+Zps8OV3aLIkk9rlbfy6rx0I9JrYFt2b5E=";
60+
hash = "sha256-Ra7XFa86sZ18xXjfJ4COiIl7MDqz87MPLRws+kGEfKk=";
5961
};
6062

6163
pythonRelaxDeps = [
@@ -77,6 +79,8 @@ buildPythonPackage rec {
7779
dill
7880
distro
7981
fastapi
82+
granian
83+
granian.optional-dependencies.reload
8084
gunicorn
8185
httpx
8286
jinja2
@@ -106,6 +110,7 @@ buildPythonPackage rec {
106110
pytestCheckHook
107111
pytest-asyncio
108112
pytest-mock
113+
python-dotenv
109114
playwright
110115
attrs
111116
numpy

0 commit comments

Comments
 (0)