Skip to content

Commit

Permalink
0.1.1 Pipfile stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
bitcathedrals committed Aug 28, 2022
1 parent 4c12f5f commit 0db486f
Show file tree
Hide file tree
Showing 2 changed files with 217 additions and 0 deletions.
17 changes: 17 additions & 0 deletions releases/Pipfile-0.1.1
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"

[packages]

requests = "*"

[dev-packages]
pytest = "*"
black = "*"

build = "*"

[requires]
python_version = "3.10"
200 changes: 200 additions & 0 deletions releases/Pipfile.lock-0.1.1

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

0 comments on commit 0db486f

Please sign in to comment.