Skip to content

Commit

Permalink
commit supporting files
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterOdin committed Feb 6, 2020
1 parent 346c6d3 commit d84e3f6
Show file tree
Hide file tree
Showing 6 changed files with 232 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,5 @@ coverage.xml
*.cover
.hypothesis/
.pytest_cache/

.vscode
Empty file modified LICENSE
100644 → 100755
Empty file.
15 changes: 15 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]
pytest = "~=5.0.1"
requests-mock = "~=1.6.0"

[packages]
PyGithub = "~=1.43.8"
requests = "*"

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

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

Empty file modified README.md
100644 → 100755
Empty file.
Empty file modified requirements.txt
100644 → 100755
Empty file.

0 comments on commit d84e3f6

Please sign in to comment.