From 2e9b00d627d6cbb86c6e4eacb10206a0a27aad4d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marcin=20W=C4=85troba?= <markowanga@gmail.com>
Date: Sat, 26 Jun 2021 23:08:38 +0200
Subject: [PATCH] Fix requirements

---
 tox.ini | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tox.ini b/tox.ini
index 6d4a7d2..58bfbf9 100644
--- a/tox.ini
+++ b/tox.ini
@@ -11,6 +11,7 @@ commands = flake8 sziszapangma tests
 setenv =
     PYTHONPATH = {toxinidir}
 deps =
+    -r{toxinidir}/requirements.txt
     -r{toxinidir}/requirements_dev.txt
 ; If you want to make tox run the tests with the same versions, create a
 ; requirements.txt with the pinned versions and uncomment the following line:
-- 
GitLab