Ver código fonte

[py3] Remove confusion about extra requirement file

Romain 5 anos atrás
pai
commit
5d1d0c68d9

+ 2 - 2
.circleci/config.yml

@@ -199,7 +199,7 @@ jobs:
       # Download and cache dependencies
       # - restore_cache:
       #     keys:
-      #       - v1-dependencies-{{ checksum "desktop/core/requirements_py3.txt" }}
+      #       - v1-dependencies-{{ checksum "desktop/core/requirements.txt" }}
       #       # fallback to using the latest cache if no exact match is found
       #       - v1-dependencies-
 
@@ -225,7 +225,7 @@ jobs:
       # - save_cache:
       #     paths:
       #       - ./build/venv
-      #     key: v1-dependencies-{{ checksum "esktop/core/requirements_py3.txt" }}
+      #     key: v1-dependencies-{{ checksum "esktop/core/requirements.txt" }}
 
 
   build-py3.8:

+ 0 - 1
desktop/core/requirements.txt

@@ -1,4 +1,3 @@
-# Minimal version of requirements_py3.txt
 asn1crypto==0.24.0
 avro-python3==1.8.2
 Babel==2.5.1

+ 0 - 102
desktop/core/requirements_py3.txt

@@ -1,102 +0,0 @@
-amqp==2.4.1
-asn1crypto==0.24.0
-avro-python3==1.8.2
-Babel==2.5.1
-BabelDjango==0.2.2
-backports.csv==1.0.5
-billiard==3.5.0.5
-boto==2.46.1
-celery==4.2.1
-certifi==2018.1.18
-cffi==1.13.2
-channels==2.1.6
-channels-redis==2.3.2
-colorama==0.3.2
-configobj==5.0.6
-cryptography==3.2
-cx_Oracle==7.1.2
-defusedxml==0.5.0
-Django==1.11.29
-django-auth-ldap==1.3.0
-django-axes==2.2.0
-django-celery-beat==1.4.0
-django_celery_results==1.0.4
-django-crequest==2018.5.11
-django-debug-panel==0.8.3
-django-debug-toolbar==1.9.1
-django-extensions==1.8.0
-djangomako==1.0.1
-django-nose==1.4.5
-django_opentracing==1.1.0
-django_prometheus==1.0.15
-djangosaml2==0.16.11
-django-timezone-field==3.0
-django-webpack-loader==0.5.0
-dnspython==1.15.0
-docutils==0.14
-et_xmlfile==1.0.1
-eventlet==0.24.1
-future==0.18.2
-gcs-oauth2-boto-plugin==2.5
-greenlet==0.4.15
-gunicorn==19.9.0
-httplib2==0.8
-idna==2.6
-importlib2==3.5.0.2
-ipaddress==1.0.19
-jaeger-client==4.0.0
-jdcal==1.0.1
-josepy==1.1.0
-kazoo==2.0
-kerberos==1.3.0
-kombu==4.3.0
-lockfile==0.12.2
-lxml==4.4.2
-Mako==1.0.7
-Markdown==3.1
-monotonic==1.5
-mozilla-django-oidc==1.0.0
-mysqlclient==1.4.2.post1
-ndg_httpsclient==0.4.0
-nose==1.3.7
-odfpy==1.4.0
-openpyxl==2.6.2
-ordereddict==1.1
-Paste==2.0.1
-ply==3.9
-py4j==0.9
-pyasn1==0.4.5
-pyasn1-modules==0.2.4
-pycparser==2.18
-pyformance==0.3.2
-Pygments==2.5.2
-pyOpenSSL==17.5.0
-pysaml2>=4.5.0
-PySocks==1.7.0
-python-daemon==2.2.3
-python-dateutil==2.4.2
-python-ldap==3.1.0
-python-oauth2==1.1.0
-python-pam==1.8.4
-python-snappy==0.5.4
-pytidylib==0.3.2
-pytz==2015.2
-pyyaml>=4.2b1
-repoze.who==2.3
-requests>=2.20.0
-requests-kerberos==0.12.0
-rsa==3.4.2
-sasl==0.2.1
-simplejson==3.15.0
-simple-salesforce==0.74.2
-six==1.12.0
-SQLAlchemy==1.3.15
-sqlparse==0.2.0
-tablib==0.13.0
-thrift==0.13.0
-urllib3>=1.24.2
-vine==1.2.0
-wheel==0.31.0
-xlrd==1.2.0
-xlwt==1.3.0
-zope.interface==4.5.0