Skip to content

Commit

Permalink
Adding pipenv things
Browse files Browse the repository at this point in the history
  • Loading branch information
mamercad committed Apr 25, 2021
1 parent 26dd767 commit 02f30c7
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"

[packages]
requests = "==2.25.1"

[dev-packages]

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

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

0 comments on commit 02f30c7

Please sign in to comment.