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

Commit

Permalink
Remove unnecessary requirements (#19)
Browse files Browse the repository at this point in the history
These requirements are already installed by ETOS library
  • Loading branch information
t-persson authored Oct 19, 2021
1 parent e130004 commit 2681c69
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,4 @@ MANIFEST

# Per-project virtualenvs
.venv*/
.python-version
3 changes: 0 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@
# numpy==1.13.3
# scipy==1.0
#
graphql-core==2.2.1
halo==0.0.26
requests==2.24.0
gql==0.1.0
packageurl-python==0.9.1
etos_lib==1.24.0
3 changes: 0 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,7 @@ package_dir =
setup_requires = pyscaffold>=3.2a0,<3.3a0
# Add here dependencies of your project (semicolon/line-separated), e.g.
install_requires =
graphql-core==2.2.1
halo==0.0.26
requests==2.24.0
gql==0.1.0
packageurl-python==0.9.1
etos_lib==1.24.0

Expand Down

0 comments on commit 2681c69

Please sign in to comment.