Skip to content

Commit

Permalink
Merge branch 'refactoring/oop'
Browse files Browse the repository at this point in the history
  • Loading branch information
PetterKraabol committed Mar 22, 2019
2 parents c9c6354 + f0789d8 commit 4410b39
Show file tree
Hide file tree
Showing 43 changed files with 1,301 additions and 859 deletions.
6 changes: 4 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ name = "pypi"
[packages]
requests = "*"
python-dateutil = "*"
pytz = "*"
twitch-python = "*"
pytz = ">=2018.9"
twitch-python = ">=0.0.11"

[dev-packages]
wheel = "*"
twine = "*"

[requires]
python_version = "3.7"
121 changes: 119 additions & 2 deletions Pipfile.lock

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

46 changes: 0 additions & 46 deletions app.py

This file was deleted.

3 changes: 0 additions & 3 deletions app/__init__.py

This file was deleted.

95 changes: 0 additions & 95 deletions app/cli.py

This file was deleted.

69 changes: 0 additions & 69 deletions app/config.py

This file was deleted.

Loading

0 comments on commit 4410b39

Please sign in to comment.