Skip to content

Commit

Permalink
Modify pipfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nielstron committed Jul 31, 2020
1 parent cf019ca commit e5cbaff
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 266 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# ignore pipfile.lock
Pipfile.lock


*.py[co]
dist/
deploy
Expand Down
3 changes: 2 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ wikipedia = "*"
stemming = "*"
num2words = "*"
joblib = "*"
quantulum3 = {editable = true,path = "."}

[dev-packages]
coverage = "*"
pymagnitude = "*"
black = "*"

[requires]
python_version = "3.7"
python_version = "3.8"
265 changes: 0 additions & 265 deletions Pipfile.lock

This file was deleted.

0 comments on commit e5cbaff

Please sign in to comment.