Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Commit

Permalink
fix snyk import error
Browse files Browse the repository at this point in the history
  • Loading branch information
Ximinhan committed Feb 27, 2023
1 parent e3cfdd5 commit 3db7fb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
.PHONY: venv tox lint test install

install:
./venv/bin/pip install -r requirements-dev.txt
./venv/bin/pip install -r requirements-dev.txt -r requirements.txt

venv:
python3.8 -m venv venv
./venv/bin/pip install -r requirements-dev.txt
./venv/bin/pip install -r requirements-dev.txt -r requirements.txt
# source venv/bin/activate

lint:
Expand Down
1 change: 0 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
-rrequirements.txt
asynctest
autopep8
coverage
Expand Down

0 comments on commit 3db7fb4

Please sign in to comment.