1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-01-03 01:17:56 +03:00

upgrading environment

This commit is contained in:
Adolfo Gómez García 2019-02-12 11:26:04 +01:00
parent 581b13e70e
commit d523ae6001
4 changed files with 21 additions and 24 deletions

View File

@ -23,7 +23,6 @@
</buildSpec>
<natures>
<nature>org.python.pydev.django.djangoNature</nature>
<nature>net.vtst.ow.eclipse.js.closure.closureNature</nature>
<nature>org.python.pydev.pythonNature</nature>
<nature>org.eclipse.wst.jsdt.core.jsNature</nature>
</natures>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?eclipse-pydev version="1.0"?><pydev_project>
<pydev_property name="org.python.pydev.PYTHON_PROJECT_INTERPRETER">python3.5</pydev_property>
<pydev_property name="org.python.pydev.PYTHON_PROJECT_INTERPRETER">uds 3.0</pydev_property>
<pydev_property name="org.python.pydev.PYTHON_PROJECT_VERSION">python interpreter</pydev_property>
<pydev_variables_property name="org.python.pydev.PROJECT_VARIABLE_SUBSTITUTION">
<key>DJANGO_MANAGE_LOCATION</key>

View File

@ -1,22 +1,21 @@
Django~>2.1.2
django-compressor==2.2
bitarray==0.8.1
html5lib==1.0.1
six==1.11.0
dnspython==1.15.0
lxml==3.6.0
ovirt-engine-sdk-python==4.1.7
pycurl==7.43.0
matplotlib==2.1.2
pyOpenSSL==17.5.0
mysqlclient==1.3.12
python-ldap==3.0.0b4
paramiko==2.4.2
defusedxml==0.5.0
python-dateutil==2.6.1
requests==2.20.0
XenAPI==1.2
WeasyPrint==0.42.2
webencodings==0.5.1
xml-marshaller==0.9.7
Django
bitarray
html5lib
six
dnspython
lxml
ovirt-engine-sdk-python
pycurl
matplotlib
pyOpenSSL
mysqlclient
python-ldap
paramiko
defusedxml
python-dateutil
requests
XenAPI
WeasyPrint
webencodings
xml-marshaller
pycrypto>=2.6.1

View File

@ -113,7 +113,6 @@ STATICFILES_DIRS = (
STATICFILES_FINDERS = (
'django.contrib.staticfiles.finders.FileSystemFinder',
'django.contrib.staticfiles.finders.AppDirectoriesFinder',
'compressor.finders.CompressorFinder',
# 'django.contrib.staticfiles.finders.DefaultStorageFinder',
)