Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update requirements.txt, test case #751

Merged
merged 2 commits into from
Apr 24, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 25 additions & 21 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,58 +3,60 @@ argcomplete==1.12.3
asn1crypto==1.4.0
atomicwrites==1.4.0
attrs==21.2.0
backports.zoneinfo==0.2.1;python_version<"3.9" # https://stackoverflow.com/questions/71712258/error-could-not-build-wheels-for-backports-zoneinfo-which-is-required-to-insta
blinker==1.7.0
boto3==1.19.0
botocore==1.22.0
Brotli==1.0.9
certifi==2021.10.8
certifi==2023.7.22
cffi==1.15.0
cfn-flip==1.3.0
chardet==4.0.0
charset-normalizer==2.0.7
click==7.1.2
ciso8601==2.3.1
click==8.1.7
click-plugins==1.1.1
cligj==0.7.2
coverage==6.0.2
# cryptography==3.4.7 # Version 35.0.0 breaks zappa=0.52.0 deployments. (yes, their versions went from 3.4.7, 3.4.8, then 35.0.0)
dateparser==1.1.0
DateTime==4.3
defusedxml==0.7.1
Deprecated==1.2.13
docutils==0.17.1
Dumper==1.2.0
durationpy==0.5
exceptiongroup==1.2.1
execnet==1.9.0
Fiona==1.8.20
Flask==2.0.2
fiona==1.9.6
Flask==2.3.2
Flask-Compress==1.10.1
Flask-Cors==3.0.10
flask-lambda-python36==0.1.0
flask-talisman==0.8.1
future==0.18.2
geojson==2.5.0
geomet==0.3.0
geopandas==0.10.0
gitdb==4.0.7
gitdb2==4.0.2
GitPython==3.1.24
gunicorn==20.1.0
GitPython==3.1.41
gunicorn==22.0.0
hjson==3.0.2
hypothesis==6.37.0
idna==3.3
importlib-metadata==4.8.1
iniconfig==1.1.1
itsdangerous==2.0.1
Jinja2==3.0.2
itsdangerous==2.2.0
Jinja2==3.1.3
jmespath==0.10.0
joblib==1.1.0
joblib==1.2.0
kappa==0.6.0
kml2geojson==4.0.2
lambda-packages==0.20.0
libpagure==0.22
lxml==4.7.1
MarkupSafe==2.0.1
lxml==5.2.1
MarkupSafe==2.1.5
more-itertools==8.10.0
munch==2.5.0
numpy==1.22.4
packaging==21.0
pandas==1.3.4
pathlib2==2.3.6
Expand All @@ -69,8 +71,7 @@ pycparser==2.20
PyGithub==1.55
PyJWT==2.3.0
pykml==0.2.0
# PyNaCl==1.4.0 # breaks zappa 0.52.0 (didn't check earlier versions, not sure if we need this)
# pyOpenSSL==21.0.0 # (Requires cryptography, which makes zappa throw)
# PyNaCl==1.5.0
pyparsing==2.4.7
pyproj==3.6.0
pyshp==2.1.3
Expand All @@ -91,21 +92,24 @@ requests-toolbelt==0.9.1
responses==0.18.0
s3transfer==0.5.0
scandir==1.10.0
scikit-learn==1.1.3 # WARNING: 0.24.1 breaks ShorelineMask26 test
scikit-learn==1.1.3
scipy==1.13.0
serverless-wsgi==3.0.0
Shapely==1.7.1
six==1.16.0
# sklearn==0.0.post5
smmap==4.0.0
sortedcontainers==2.4.0
text-unidecode==1.3
threadpoolctl==3.4.0
toml==0.10.2
tomli==1.2.1
typing-extensions==3.10.0.2
tzdata==2021.4
tzlocal==2.0.0 # tzlocal.get_localzone() changed it's return type after this (No 'localize' attr)
tzlocal==2.0.0
urllib3==1.26.7
Werkzeug==2.0.2
Werkzeug==2.3.3
WKTUtils==1.1.6
wrapt==1.13.2
wrapt==1.16.0
zipp==3.6.0
zope.interface==4.7.2
numpy==1.21.3
8 changes: 4 additions & 4 deletions yml_tests/test_URLs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2472,8 +2472,8 @@ tests:
expected file: csv
expected code: 200

- start yesterday count:
start: yesterday
- start 3 days ago count:
start: 3 days ago
output: count

expected file: count
Expand All @@ -2486,8 +2486,8 @@ tests:
expected file: count
expected code: 200

- start 1dayago count:
start: 1+day+ago
- start 3daysago count:
start: 3+days+ago
output: count

expected file: count
Expand Down
Loading