mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Add click as a python requirement.
This commit is contained in:
parent
7cfcf14312
commit
70ea03a872
@ -1,6 +1,7 @@
|
|||||||
Babel==1.3
|
Babel==1.3
|
||||||
beautifulsoup4==4.4.1
|
beautifulsoup4==4.4.1
|
||||||
blinker==1.3
|
blinker==1.3
|
||||||
|
click==6.6
|
||||||
django-htmlmin==0.8.0
|
django-htmlmin==0.8.0
|
||||||
extras==0.0.3
|
extras==0.0.3
|
||||||
fixtures==2.0.0
|
fixtures==2.0.0
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
Babel==1.3
|
Babel==1.3
|
||||||
beautifulsoup4==4.4.1
|
beautifulsoup4==4.4.1
|
||||||
blinker==1.3
|
blinker==1.3
|
||||||
|
click==6.6
|
||||||
django-htmlmin==0.8.0
|
django-htmlmin==0.8.0
|
||||||
extras==0.0.3
|
extras==0.0.3
|
||||||
fixtures==2.0.0
|
fixtures==2.0.0
|
||||||
|
Loading…
Reference in New Issue
Block a user