Skip to content

Commit

Permalink
Requirements refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Aug 29, 2023
1 parent 0de269f commit 6245d68
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
IMAGE_NAME=reportportal/service-auto-analyzer$(IMAGE_POSTFIX)
IMAGE_NAME_DEV=reportportal-dev/service-auto-analyzer
IMAGE_NAME_TEST=reportportal/service-auto-analyzer_test

VENV_PATH?=/venv
PYTHON=${VENV_PATH}/bin/python3
Expand Down
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ pytest==7.4.0
pytest-cov==4.1.0
flake8==5.0.4
sure==2.0.1
freezegun==1.2.2
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ pika==1.2.1
pydantic==1.10.4
elasticsearch==7.0.0
requests==2.31.0
assertpy==1.1
bump2version==1.0.1
nltk==3.8.1
scikit-learn==1.2.1
Expand All @@ -18,6 +17,5 @@ minio==6.0.0
gensim==4.3.0
pandas==1.5.3
imbalanced-learn==0.9.1
freezegun==1.1.0
urllib3==1.26.5
certifi==2023.7.22

0 comments on commit 6245d68

Please sign in to comment.