Skip to content

Commit

Permalink
Align setup.cfg to requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessio Fabiani authored Dec 3, 2020
1 parent 9fb2e3c commit af7183a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ setup_requires =
install_requires =
# native dependencies
Pillow==8.0.1
lxml==4.6.1
lxml==4.6.2
defusedxml==0.6.0
psycopg2==2.8.6
Django==2.2.16
Expand Down Expand Up @@ -189,4 +189,4 @@ universal = 1
[flake8]
max-line-length = 120
exclude=geonode/*/migrations/*,management,scripts,docs,static,migrations,geonode/*settings.py,node_modules
extend-ignore=E122,E124
extend-ignore=E122,E124

0 comments on commit af7183a

Please sign in to comment.