From 7c8ea1969a465dbc8a870ea44cc2703ed76ec447 Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Sat, 2 Feb 2019 18:01:52 +0100 Subject: [PATCH] ignoring virtualenv --- .gitignore | 3 + requirements.txt | 211 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 214 insertions(+) diff --git a/.gitignore b/.gitignore index 53885254..4448e034 100644 --- a/.gitignore +++ b/.gitignore @@ -52,3 +52,6 @@ config.yaml # test data +# virtualenv +/venv/ +/py27/ diff --git a/requirements.txt b/requirements.txt index e69de29b..7e1398b8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -0,0 +1,211 @@ +alabaster==0.7.7 +amqp==1.4.9 +anyjson==0.3.3 +appdirs==1.4.3 +argcomplete==1.0.0 +arrow==0.12.1 +asn1crypto==0.23.0 +astropy==1.1.2 +awscli==1.14.57 +Babel==2.2.0 +backports-abc==0.4 +backports.functools-lru-cache==1.5 +backports.shutil-get-terminal-size==1.0.0 +backports.ssl-match-hostname==3.4.0.2 +beautifulsoup4==4.6.0 +billiard==3.3.0.23 +bitarray==0.8.1 +blaze==0.9.1 +bleach==2.0.0 +bokeh==0.12.3 +boto==2.48.0 +boto3==1.6.6 +botocore==1.9.10 +bottle==0.12.9 +Bottleneck==1.0.0 +braintree==3.50.0 +cairocffi==0.7.2 +celery==3.1.23 +certifi==2017.11.5 +cffi==1.11.2 +chardet==3.0.4 +chest==0.2.3 +click==6.6 +cloudpickle==0.1.1 +clyent==1.2.1 +colorama==0.3.7 +comtypes==1.1.3 +configobj==5.0.6 +coreapi==2.0.9 +cryptography==2.1.3 +cycler==0.10.0 +Cython==0.23.4 +cytoolz==0.7.5 +dask==0.8.1 +datashape==0.5.1 +decorator==4.0.9 +dill==0.2.4 +Django==1.9.5 +django-analytical==2.2.2 +django-analytics==0.0.1 +django-async-messages==0.3.1 +django-braces==1.8.1 +django-celery==3.1.17 +django-classy-tags==0.8.0 +django-cookie-law==1.0.12 +django-cors-headers==1.1.0 +django-cors-middleware==1.3.1 +django-countries==5.3.2 +django-datetime-widget==0.9.3 +django-debug-toolbar==1.4 +django-durationfield==0.5.2 +django-extensions==1.7.5 +django-filter==1.0.0 +django-geckoboard==2.0.0 +django-geojson==2.10.0 +django-htmlmin==0.10.0 +django-leaflet==0.22.0 +django-mailbox==4.6.0 +django-model-utils==2.6.1 +django-modelcluster==1.1 +django-oauth-toolkit==0.10.0 +django-oauth2-provider==0.2.6.1 +django-rest-swagger==2.1.0 +django-rq==0.8.0 +django-rq-dashboard==0.3.0 +django-ses==0.8.5 +django-social-share==1.1.2 +django-suit==0.2.25 +django-suit-rq==1.0.1 +django-taggit==0.18.1 +django-translation-manager==0.3.4 +django-treebeard==4.0 +django-tz-detect==0.2.8 +djangorestframework==3.5.3 +docopt==0.6.2 +docutils==0.12 +enum34==1.1.2 +et-xmlfile==1.0.1 +fastcache==1.0.2 +filemagic==1.6 +fitparse==1.0.1 +Flask==0.10.1 +Flask-Cors==2.1.2 +Flask-Login==0.3.2 +Flask-OpenID==1.2.5 +Flask-Uploads==0.2.0 +flower==0.9.1 +funcsigs==0.4 +functools32==3.2.3.post2 +future==0.16.0 +futures==3.0.5 +geocoder==1.37.0 +geopy==1.11.0 +gevent==1.1.0 +greenlet==0.4.9 +grin==1.2.1 +gunicorn==19.4.5 +HeapDict==1.0.0 +honcho==0.6.6 +html5lib==1.0.1 +httplib2==0.9.2 +icalendar==4.0.3 +idna==2.6 +ipaddress==1.0.14 +ipython==4.2.0 +ipython-genutils==0.1.0 +iso8601==0.1.12 +isodate==0.6.0 +itsdangerous==0.24 +itypes==1.1.0 +Jinja2==2.8 +jmespath==0.9.3 +jsonschema==2.5.1 +kiwisolver==1.0.1 +kombu==3.0.35 +lxml==4.2.1 +Markdown==2.6.7 +MarkupSafe==0.23 +matplotlib==2.2.2 +mechanize==0.3.6 +mpld3==0.2 +mpmath==0.19 +multipledispatch==0.4.8 +MySQL-python==1.2.5 +mysqlclient==1.3.7 +networkx==1.11 +nose-parameterized==0.6.0 +numpy==1.14.2 +oauth2==1.9.0.post1 +oauthlib==1.0.3 +odo==0.4.2 +openapi-codec==1.1.7 +packaging==16.8 +pandas==0.22.0 +pathlib2==2.1.0 +pathspec==0.5.5 +pexpect==4.0.1 +pickleshare==0.7.2 +Pillow==3.2.0 +polib==1.0.7 +psutil==4.1.0 +ptyprocess==0.5.1 +pyasn1==0.1.9 +pycparser==2.14 +pycrypto==2.6.1 +PyMySQL==0.7.4 +pync==1.6.1 +pyparsing==2.2.0 +python-dateutil==2.7.2 +python-memcached==1.58 +python-metar==1.4.0 +python-openid==2.2.5 +python-twitter==3.2 +pytz==2018.4 +PyYAML==3.12 +pyzmq==15.2.0 +ratelim==0.1.6 +redis==2.10.5 +requests==2.12.3 +requests-oauthlib==0.7.0 +rowingdata==2.0.0 +rowingphysics==0.3.10 +rq==0.6.0 +rq-dashboard==0.3.7 +rsa==3.4.2 +s3transfer==0.1.13 +scandir==1.6 +scikit-image==0.12.3 +scikit-learn==0.17.1 +scipy==1.0.1 +seaborn==0.7.0 +Shapely==1.6.1 +shortuuid==0.4.3 +simplegeneric==0.8.1 +simplejson==3.10.0 +singledispatch==3.4.0.3 +six==1.11.0 +SQLAlchemy==1.0.12 +sqlparse==0.1.19 +# Editable install with no version control (stravalib==0.6.6) +-e /srv/venv/lib/python2.7/site-packages +subprocess32==3.2.7 +sympy==1.0 +timestring==1.6.2 +timezonefinder==2.1.2 +toolz==0.7.4 +tornado==4.4.2 +tqdm==4.23.0 +traitlets==4.2.1 +tzwhere==3.0.3 +Unidecode==0.4.19 +units==0.6 +uritemplate==3.0.0 +urllib3==1.22 +VerbalExpressions==0.0.1 +webencodings==0.5.1 +Werkzeug==0.11.8 +xlrd==1.0.0 +xmltodict==0.11.0 +yamjam==0.1.7 +yamllint==1.8.1