Skip to content

Commit

Permalink
Update requirements.txt with dependabot alerts. Also update libs to c…
Browse files Browse the repository at this point in the history
…urrent version.

Update main.py - deprecate inner conversion from float to int.
  • Loading branch information
baskiton committed Sep 4, 2020
1 parent ff06352 commit 1e30c00
Show file tree
Hide file tree
Showing 21 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -1016,7 +1016,7 @@ def change_image_scale(self):
w = cont_x * 0.75
h = (image_h * cont_x) / image_w * 0.75

image = image.Rescale(w, h)
image = image.Rescale(int(w), int(h))

window = wx.ScrolledWindow(self.note, 0,
style=wx.HSCROLL | wx.VSCROLL)
Expand Down
Binary file added refs/32132131.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added refs/AAAAAAAAAAAAAAAAA.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added refs/Babka.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added refs/Ch_B_Angar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added refs/Pikachukha.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added refs/XCk_s0yvMYg.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added refs/angiskh.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added refs/document.bmp
Binary file not shown.
Binary file added refs/nHRO4Q7BFJ4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added refs/new.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added refs/new2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added refs/pikachu_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added refs/rainbow1.bmp
Binary file not shown.
Binary file added refs/rainbow1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added refs/shellder.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added refs/test.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added refs/test.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added refs/test2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added refs/test3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
six==1.13.0
numpy==1.18.0
wxPython==4.0.7.post2
Pillow==7.0.0
six==1.15.0
numpy==1.19.1
wxPython==4.1.0
Pillow==7.2.0

0 comments on commit 1e30c00

Please sign in to comment.