Skip to content

Commit

Permalink
Migrate to Pipfile from requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
riskydissonance committed Jul 30, 2020
1 parent aca0ef4 commit 8a0e885
Show file tree
Hide file tree
Showing 4 changed files with 299 additions and 11 deletions.
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,3 @@ ENV/

# VSCode
.vscode/

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

[dev-packages]

[packages]
pandas = "*"
prompt-toolkit = "*"
pytest = "*"
pycrypto = "*"
psycopg2 = "*"
pyOpenSSL = "*"
PyYAML = "*"

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

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

7 changes: 0 additions & 7 deletions requirements.txt

This file was deleted.

0 comments on commit 8a0e885

Please sign in to comment.