mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-14 08:17:13 +03:00
Change all requirements to latest tested and use '==' on all.
Although the issue we've identified with GitHub builds isn't to do with a python module version it's best to nail precise versions so we can be sure it will build with the same as we've tested locally.
This commit is contained in:
parent
3d515ba919
commit
6a8d950b87
@ -17,7 +17,7 @@ pep8-naming==0.11.1
|
|||||||
autopep8==1.5.4
|
autopep8==1.5.4
|
||||||
|
|
||||||
# HTML changelogs
|
# HTML changelogs
|
||||||
grip>=4.5.2
|
grip==4.5.2
|
||||||
|
|
||||||
# Packaging
|
# Packaging
|
||||||
# We only need py2exe on windows.
|
# We only need py2exe on windows.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
certifi==2019.9.11
|
certifi==2019.9.11
|
||||||
requests>=2.11.1
|
requests==2.25.1
|
||||||
watchdog>=0.8.3
|
watchdog==0.10.3
|
||||||
# argh==0.26.2 watchdog dep
|
# argh==0.26.2 watchdog dep
|
||||||
# pyyaml==5.3.1 watchdog dep
|
# pyyaml==5.3.1 watchdog dep
|
||||||
semantic-version==2.8.5
|
semantic-version==2.8.5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user