Skip to content

Commit

Permalink
add pipfile
Browse files Browse the repository at this point in the history
  • Loading branch information
SiddeshSambasivam committed Jun 27, 2021
1 parent 563eadc commit 6464748
Show file tree
Hide file tree
Showing 2 changed files with 236 additions and 0 deletions.
26 changes: 26 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
appdirs = "==1.4.4"
attrs = "==21.2.0"
black = "==21.6b0"
certifi = "==2021.5.30"
click = "==8.0.1"
iniconfig = "==1.1.1"
mypy-extensions = "==0.4.3"
numpy = "==1.20.3"
pathspec = "==0.8.1"
pluggy = "==0.13.1"
py = "==1.10.0"
pyparsing = "==2.4.7"
pytest = "==6.2.4"
regex = "==2021.4.4"
toml = "==0.10.2"

[dev-packages]

[requires]
python_version = "3.8"
210 changes: 210 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 6464748

Please sign in to comment.