mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-21 16:27:39 -06:00
Include PIP requirements files for both Python 2 and Python 3.
This commit is contained in:
parent
cbab08aaaf
commit
da6043e7a5
@ -16,7 +16,7 @@ Werkzeug==0.9.6
|
||||
argparse==1.3.0
|
||||
beautifulsoup4==4.3.2
|
||||
blinker==1.3
|
||||
django-htmlmin==0.7.0
|
||||
django-htmlmin==0.8.0
|
||||
html5lib==1.0b3
|
||||
itsdangerous==0.24
|
||||
passlib==1.6.2
|
||||
@ -24,5 +24,6 @@ psycopg2==2.5.2
|
||||
pytz==2014.10
|
||||
six==1.9.0
|
||||
speaklater==1.3
|
||||
pycrypto==2.6.1
|
||||
wsgiref==0.1.2
|
||||
pycrypto==2.6.1
|
27
requirements_py3.txt
Normal file
27
requirements_py3.txt
Normal file
@ -0,0 +1,27 @@
|
||||
Babel==1.3
|
||||
Flask==0.10.1
|
||||
Flask-Babel==0.9
|
||||
Flask-Gravatar==0.4.1
|
||||
Flask-Login==0.2.11
|
||||
Flask-Mail==0.9.1
|
||||
Flask-Principal==0.4.0
|
||||
Flask-SQLAlchemy==2.0
|
||||
Flask-Security==1.7.4
|
||||
Flask-WTF==0.11
|
||||
Jinja2==2.7.3
|
||||
MarkupSafe==0.23
|
||||
SQLAlchemy==0.9.8
|
||||
WTForms==2.0.2
|
||||
Werkzeug==0.9.6
|
||||
argparse==1.3.0
|
||||
beautifulsoup4==4.3.2
|
||||
blinker==1.3
|
||||
django-htmlmin==0.8.0
|
||||
html5lib==1.0b3
|
||||
itsdangerous==0.24
|
||||
passlib==1.6.2
|
||||
psycopg2==2.5.2
|
||||
pytz==2014.10
|
||||
six==1.9.0
|
||||
speaklater==1.3
|
||||
pycrypto==2.6.1
|
Loading…
Reference in New Issue
Block a user