Add requirements.txt.

This commit is contained in:
Jannis Leidel 2022-05-24 15:16:21 +02:00
parent 683cfb0ee5
commit 5df3b59d12
No known key found for this signature in database
GPG key ID: C795956FB489DCA9
2 changed files with 2 additions and 1 deletions

View file

@ -26,7 +26,7 @@ jobs:
- name: Install dependencies
run: |
pip install -U pip coverage
pip install -r requirements.txt
pip install "Django~=${{ matrix.django-version }}.0" .
- name: Run Tests

1
requirements.txt Normal file
View file

@ -0,0 +1 @@
coverage