forked from scaredyfish/blender-rhubarb-lipsync
-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathenvironment.yml
More file actions
27 lines (27 loc) · 614 Bytes
/
environment.yml
File metadata and controls
27 lines (27 loc) · 614 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
name: rhubarb
channels:
- defaults
- kitsune.one # For blender as module
- conda-forge
dependencies:
- python=3.10
- pip
# - pytest>=7.2.0
- pytest-xdist # For test parallel execution
- pytest-forked # For test isolation. bpy has global context
- mypy
- python-blender~=3.4.0 #Blender as module ()
- tomli
- requests
- debugpy
- flask
#- numpy
- black
- ruff
- bs4 # Only for compa. tests
- html5lib # Only for compa. tests
- pip:
- -e .
#- bpy>=3.2 # Official blender-as-module, only since 3.4 (no Audaspace)
#- fake-bpy-module-3.4
#- fake-bpy-module-latest