From 8dbdbd5f233ef5e5b60b3c56534f30741217028f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vykintas=20Baltru=C5=A1aitis?= Date: Mon, 4 Mar 2024 16:42:34 +0200 Subject: [PATCH] Fix dependency; pdm requires full git reference --- {{cookiecutter.repostory_name}}/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.repostory_name}}/pyproject.toml b/{{cookiecutter.repostory_name}}/pyproject.toml index 7d866c92..ab0ea49a 100644 --- a/{{cookiecutter.repostory_name}}/pyproject.toml +++ b/{{cookiecutter.repostory_name}}/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ "django-business-metrics>=1.0.1,<2", {% endif -%} {% if cookiecutter.use_fingerprinting == "y" -%} - "django-fingerprint-rt @ git+https://github.com/reef-technologies/django-fingerprint-rt.git@220b659", + "django-fingerprint-rt @ git+https://github.com/reef-technologies/django-fingerprint-rt.git@cb3ca19d06755c86dd59ebb33462960b574923fc", {% endif -%} ]