diff --git a/howto_create_and_install_requirements.txt b/howto_create_and_install_requirements.txt new file mode 100644 index 0000000..971e450 --- /dev/null +++ b/howto_create_and_install_requirements.txt @@ -0,0 +1,11 @@ +CREATE +conda: +conda list --export > requirements.txt +pip: +pip freeze > requirements.txt + +INSTALL +conda: +conda install --file requirements.txt +pip: +pip install -r requirements.txt \ No newline at end of file diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..9464eef --- /dev/null +++ b/requirements.txt @@ -0,0 +1,39 @@ +# This file may be used to create an environment using: +# $ conda create --name --file +# platform: win-64 +asn1crypto=0.24.0=py37_0 +beautifulsoup4=4.7.1=py37_1 +ca-certificates=2019.5.15=0 +certifi=2019.6.16=py37_1 +cffi=1.12.3=py37h7a1dbc1_0 +chardet=3.0.4=py37_1003 +cryptography=2.7=py37h7a1dbc1_0 +idna=2.8=py37_0 +libiconv=1.15=h1df5818_7 +libprotobuf=3.6.0=h1a1b453_0 +libxml2=2.9.9=h464c3ec_0 +libxslt=1.1.33=h579f668_0 +lxml=4.3.4=py37h1350720_0 +mysql-connector-c=6.1.11=h33f27b4_0 +mysql-connector-python=8.0.16=py37h13ed8b8_0 +mysqlclient=1.3.14=py37he774522_0 +openssl=1.1.1c=he774522_1 +pip=19.1.1=py37_0 +protobuf=3.6.0=py37he025d50_0 +pycparser=2.19=py37_0 +pyopenssl=19.0.0=py37_0 +pysocks=1.7.0=py37_0 +python=3.7.3=h8c8aaf0_1 +requests=2.22.0=py37_0 +setuptools=41.0.1=py37_0 +six=1.12.0=py37_0 +soupsieve=1.9.2=py37_0 +sqlalchemy=1.3.5=py37he774522_0 +sqlite=3.29.0=he774522_0 +urllib3=1.24.2=py37_0 +vc=14.1=h0510ff6_4 +vs2015_runtime=14.15.26706=h3a45250_4 +wheel=0.33.4=py37_0 +win_inet_pton=1.1.0=py37_0 +wincertstore=0.2=py37_0 +zlib=1.2.11=h62dcd97_3