-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Quartermaster
committed
May 20, 2022
1 parent
98f0598
commit 6c43a0c
Showing
5 changed files
with
21 additions
and
134 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
4.4-143-g82ffe2b42 (2022-05-20 11:52:57) | ||
4.4-144-g98f05980b (2022-05-20 13:47:05) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "4.4" | ||
__version__ = "4.5" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,62 +1,38 @@ | ||
# Warning: XLSWriter unresolved dependency: xlwt required for XLS export | ||
xlwt>=0.7.2 | ||
# Warning: XLSXWriter unresolved dependency: openpyxl required for XLSX export and import | ||
openpyxl>=3.0.9 | ||
# Warning: GIS unresolved dependency: geopy required for Geocoder support | ||
geopy>=2.0.0 | ||
# Warning: GIS unresolved dependency: shapely required for GIS support | ||
Shapely>=1.2.14 #shapely | ||
Shapely>=1.7.0 | ||
# Warning: S3PDF unresolved dependency: Python Imaging required for PDF export | ||
Pillow>=6.2.2 #from PIL import Image | ||
# Warning: GIS unresolved dependency: GDAL required for Shapefile support | ||
GDAL>=1.9.0 #from osgeo import ogr | ||
# Warning: GIS unresolved dependency: geopy required for Geocoder support | ||
geopy>=1.18.1 #from geopy import geocoders | ||
Pillow>=8.4.0 | ||
# Warning: S3PDF unresolved dependency: reportlab required for PDF export | ||
reportlab>=3.6 | ||
reportlab>=3.6.8 | ||
# Warning: XLSWriter unresolved dependency: xlwt required for XLS export | ||
xlwt>=1.3.0 | ||
# Warning: XLSWriter unresolved dependency: xlrd required for XLS import | ||
xlrd>=1.2.0 | ||
# Warning: GIS unresolved dependency: GDAL required for Shapefile support | ||
GDAL>=3.4.1 | ||
# Warning: S3Msg unresolved dependency: pyserial required for Serial port modem usage | ||
pyserial>=2.6 | ||
# Warning: S3Msg unresolved dependency: tweepy required for non-Tropo Twitter support | ||
tweepy>=1.9 | ||
# Warning: XLSWriter unresolved dependency: xlrd required for XLS export and import | ||
xlrd>=0.7.1 | ||
# Warning: XLSWriter unresolved dependency: openpyxl required for XLSX import | ||
openpyxl>=3.0.7 | ||
# Warning: S3MSG unresolved dependency: sgmllib3k required for Feed import on Python 3.x | ||
sgmllib3k>=1.0.0 | ||
# Warning: GIS unresolved dependency: selenium required for Map printing support | ||
selenium>=2.23.0 | ||
# Warning: S3Doc unresolved dependency: sunburnt required for Full-Text Search support | ||
sunburnt>=0.6 | ||
# Warning: S3Doc unresolved dependency: pyth required for RTF document support in Full-Text Search | ||
pyth>=0.5.6 | ||
# Warning: S3Chart unresolved dependency: matplotlib required for charting in Survey module | ||
matplotlib>=1.1.1 | ||
# Warning: Survey unresolved dependency: PyRTF required if you want to export assessment/survey templates as a Word document | ||
PyRTF>=0.45 | ||
# Warning: Message Parsing unresolved dependency: TwitterSearch required for fetching results from twitter keyword queries | ||
TwitterSearch>=1.0 | ||
# Warning: Messaging unresolved dependency: requests required for posting to Facebook | ||
requests>=2.3.0 | ||
# Warning: Setup unresolved dependency: ansible required for Setup Module | ||
ansible>=2.9.3 | ||
# Warning: Setup unresolved dependency: PyYAML required for Setup Module | ||
PyYAML>=5.1 #yaml | ||
# Warning: Setup unresolved dependency: ruamel.yaml required for Setup Module | ||
#ruamel.yaml>=0.15.35 | ||
# Warning: Setup unresolved dependency: arrow used for some HRM functionality for IFRC | ||
#arrow>=0.10.0 | ||
# Warning: Setup unresolved dependency: boto required for Setup Module to be able to manage AWS EC2 instances | ||
boto>=2.49.0 | ||
# Warning: Setup unresolved dependency: boto required for Setup Module to be able to manage AWS EC2 keypairs | ||
boto3>=1.11.4 | ||
# Warning: Setup unresolved dependency: openstacksdk required for Setup Module to be able to manage OpenStack instances | ||
openstacksdk>=0.41.0 | ||
# Warning: Setup unresolved dependency: dnspython required for Setup Module to be able to do DNS Lookups | ||
dnspython>=1.16.0 | ||
# Warning: Setup unresolved dependency: google-api-python-client required to be able to manage Google Email Groups | ||
google-api-python-client>=1.7.11 | ||
# Warning: S3 unresolved dependency: pyparsing required for Calendar Support and Advanced URL Queries | ||
pyparsing>=2.0.1 | ||
pyparsing>=2.2.0 | ||
# Warning: URL shortener unresolved dependency: pyshorteners required to shorten the url (currently used by SAMBRO) | ||
#pyshorteners>=0.6.1 | ||
# Warning: S3Doc unresolved dependency: docx-mailmerge required to merge into docx templates (currently used by DRKCM) | ||
#docx-mailmerge>=0.4.0 | ||
# Warning: S3Doc unresolved dependency: docx-mailmerge required to merge into docx templates | ||
#docx-mailmerge>=0.5.0 | ||
# Warning: S3Translate unresolved dependency: translate-toolkit required for Pootle support | ||
translate-toolkit>=1.0.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
python-dateutil>=2.1 #dateutil | ||
lxml>=2.2.8 | ||
python-dateutil>=2.7.3 | ||
lxml>=4.4.2 | ||
requests>=2.26.0 |