Skip to content

Commit

Permalink
chore: release v0.0.3-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Fatpandac committed Oct 7, 2022
1 parent fb1bbb7 commit 6004cb3
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 62 deletions.
99 changes: 50 additions & 49 deletions Pipfile.lock

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

27 changes: 14 additions & 13 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
certifi==2022.6.15
charset-normalizer==2.1.0
hackcqooc==0.0.3
idna==3.3
Js2Py==0.71
Pillow==9.2.0
-i https://pypi.org/simple
certifi==2022.9.24; python_version >= '3.6'
charset-normalizer==2.1.1; python_version >= '3.6'
hackcqooc==0.0.5
idna==3.4; python_version >= '3.5'
js2py==0.71
pillow==9.2.0; python_version >= '3.7'
pyjsparser==2.7.1
pytz-deprecation-shim==0.1.0.post0
requests==2.28.1
six==1.16.0
ttkbootstrap==1.8.0
tzdata==2022.1
tzlocal==4.2
urllib3==1.26.9
pytz-deprecation-shim==0.1.0.post0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
requests==2.28.1; python_version >= '3.7' and python_version < '4'
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
ttkbootstrap==1.9.0
tzdata==2022.4; python_version >= '3.6'
tzlocal==4.2; python_version >= '3.6'
urllib3==1.26.12; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' and python_version < '4'

0 comments on commit 6004cb3

Please sign in to comment.