Skip to content

Commit

Permalink
Update markdown requirement and pycharm
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanw-chartis committed May 9, 2022
1 parent 0c7143a commit f6f7e33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pytest==5.0.1
pywin32==224
pyaml==19.4.1
raven==6.10.0
markdown==3.2.90
markdown==3.3.7
pytest-cov==2.7.1
pillow==6.1.0
sentry-sdk==0.11.2
2 changes: 1 addition & 1 deletion scripts/editors/pycharm-pyqgis.bat
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ REM ----------------------------------------------------------------------------

CALL %~dp0..\setenv.bat %*

SET PYCHARM="C:\Program Files\JetBrains\PyCharm Community Edition 2018.2.1\bin\pycharm64.exe"
SET PYCHARM="C:\Program Files\JetBrains\PyCharm Community Edition 2018.3.5\bin\pycharm64.exe"

start "PyCharm aware of QGIS" /B %PYCHARM% %*

0 comments on commit f6f7e33

Please sign in to comment.