Fix requirements

This commit is contained in:
avdata99 2023-07-25 13:54:16 -03:00
parent 7091f4b7f2
commit 5e0b7db10d
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ argparse
pyparsing>=2.1.10
requests>=1.1.0
six
cython==0.29.36; python_version < '3.9'
pyproj==2.6.1; python_version < '3.9'
pyproj==3.4.1; python_version >= '3.9'