Skip to content

Commit

Permalink
Update requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
kanishk779 committed Jun 30, 2021
1 parent f378b64 commit eda9108
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ __pycache__/
.Python
build/
develop-eggs/
env/
dist/
downloads/
eggs/
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ isort==4.3.4
lazy-object-proxy==1.3.1
mccabe==0.6.1
more-itertools==4.3.0
numpy==1.15.0
numpy==1.19.5
pathlib2==2.3.2
pluggy==0.8.0
py==1.7.0
Expand All @@ -17,6 +17,6 @@ pytest==3.9.3
six==1.11.0
toml==0.10.0
tox==3.5.2
typed-ast==1.1.0
typed-ast==1.4.3
virtualenv==16.0.0
wrapt==1.10.11

0 comments on commit eda9108

Please sign in to comment.