Skip to content

Commit

Permalink
Bump versions for building on Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
greghope667 committed Apr 13, 2023
1 parent 2c7f162 commit 1652b03
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions reqs/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ charset-normalizer==2.0.7
check-manifest==0.47
click==8.0.3
click-default-group==1.2.2
cmarkgfm==0.6.0
cmarkgfm>=1.2.0
colorama==0.4.4
cryptography==35.0.0
dmgbuild==1.5.2
Expand Down Expand Up @@ -40,9 +40,9 @@ pluggy==1.0.0
py==1.10.0
pycparser==2.20
Pygments==2.10.0
pyobjc-core==7.3
pyobjc-framework-Cocoa==7.3
pyobjc-framework-Quartz==7.3
pyobjc-core==9.0
pyobjc-framework-Cocoa==9.0
pyobjc-framework-Quartz==9.0
pyparsing==3.0.3
PyQt6==6.4.2
pyqt6rc==0.5.2
Expand All @@ -52,7 +52,7 @@ pytest-qt==4.0.2
python-xlib==0.31
pytz==2021.3
PyYAML==6.0
readme-renderer==30.0
readme-renderer==37.3
requests==2.26.0
requests-cache==0.9.1
requests-futures==1.0.0
Expand Down
6 changes: 3 additions & 3 deletions reqs/dist.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
appdirs>=1.3.0
appnope>=0.1.0; "darwin" in sys_platform
plover-stroke>=1.1.0
pyobjc-core>=4.0; "darwin" in sys_platform
pyobjc-framework-Cocoa>=4.0; "darwin" in sys_platform
pyobjc-framework-Quartz>=4.0; "darwin" in sys_platform
pyobjc-core>=9.0; "darwin" in sys_platform
pyobjc-framework-Cocoa>=9.0; "darwin" in sys_platform
pyobjc-framework-Quartz>=9.0; "darwin" in sys_platform
pyserial>=2.7
python-xlib>=0.16; ("linux" in sys_platform or "bsd" in sys_platform) and python_version < "3.9"
python-xlib>=0.29; ("linux" in sys_platform or "bsd" in sys_platform) and python_version >= "3.9"
Expand Down

0 comments on commit 1652b03

Please sign in to comment.