Skip to content
This repository was archived by the owner on Mar 31, 2020. It is now read-only.

Commit 9789319

Browse files
committed
Merge remote-tracking branch 'origin/dev' into dev
2 parents f4f7648 + 06d498d commit 9789319

File tree

15 files changed

+516
-8
lines changed

15 files changed

+516
-8
lines changed

Pipfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ flake8 = "*"
88
pytest = "*"
99

1010
[packages]
11+
pillow = "*"
12+
pygame = "*"
13+
aiohttp = "*"
1114

1215
[requires]
1316
python_version = "3.7"

Pipfile.lock

Lines changed: 189 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/__main__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
from .mainwindow import Tinder
2+
3+
if __name__ == "__main__":
4+
Tinder().start()

0 commit comments

Comments
 (0)