Skip to content

Commit

Permalink
Switch to Pipenv
Browse files Browse the repository at this point in the history
  • Loading branch information
iandees committed Oct 16, 2018
1 parent aa7442e commit fac5b48
Show file tree
Hide file tree
Showing 4 changed files with 156 additions and 18 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
*.pyc
.vscode/

18 changes: 18 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
fuzzywuzzy = "*"
gunicorn = "*"
redis = "*"
requests = "*"
rq = "*"
Flask = "*"
python-Levenshtein = "*"

[dev-packages]

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

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 0 additions & 18 deletions requirements.txt

This file was deleted.

0 comments on commit fac5b48

Please sign in to comment.