Skip to content

Commit

Permalink
Add requirements.txt
Browse files Browse the repository at this point in the history
Resolves #3
  • Loading branch information
NiKiZe committed Feb 6, 2022
1 parent e928cb8 commit 57ba8c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: 3.9
cache: 'pip'

- name: Install Python dependencies
run: |
pip install --upgrade pip
pip install black flake8 dnslib pytest
pip install black flake8 pytest
pip install pytest pytest-cov
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dnslib>=0.9.19

0 comments on commit 57ba8c6

Please sign in to comment.