Stripe checkout #104411
@ -20,7 +20,7 @@ and will most likely fail due to differences in configuration paths and so on.
|
||||
To avoid adding more dependencies to the project itself, `ansible` uses its own `virtualenv`.
|
||||
To set it up use the following commands:
|
||||
|
||||
virtualenv .venv -p python
|
||||
python3.10 -m venv .venv
|
||||
source .venv/bin/activate
|
||||
pip install -r requirements.txt
|
||||
|
||||
|
6
poetry.lock
generated
6
poetry.lock
generated
@ -1329,8 +1329,8 @@ zeep = "4.0.0"
|
||||
[package.source]
|
||||
type = "git"
|
||||
url = "https://projects.blender.org/infrastructure/looper.git"
|
||||
reference = "56c6d4b"
|
||||
resolved_reference = "56c6d4b612a4b0cae032a6b5f9dad0ac4c3608ac"
|
||||
reference = "e3190f3e19"
|
||||
resolved_reference = "e3190f3e19548949cc01c17fbe1168c1b5c55f7a"
|
||||
|
||||
[[package]]
|
||||
name = "lxml"
|
||||
@ -2957,4 +2957,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools"
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.8"
|
||||
content-hash = "34cdbc694525a513020cde63ced98fd6a0762dcc059fa9193fda516f5589662b"
|
||||
content-hash = "01778defae9b5d605eff86fe5dcd70376622fb35a67353dd9678c093de86137d"
|
||||
|
@ -14,7 +14,7 @@ libsasscompiler = "^0.1.5"
|
||||
jsmin = "3.0.0"
|
||||
sorl-thumbnail = "^12.10.0"
|
||||
mistune = "2.0.0a4"
|
||||
looper = {git = "https://projects.blender.org/infrastructure/looper.git", rev = "56c6d4b"}
|
||||
looper = {git = "https://projects.blender.org/infrastructure/looper.git", rev = "e3190f3e19"}
|
||||
Pillow = "^8.0"
|
||||
django-storages = {extras = ["google"], version = "1.11.1"}
|
||||
pymongo = "^3.10.1"
|
||||
|
Loading…
Reference in New Issue
Block a user