Skip to content
Snippets Groups Projects
Commit 50a60c68 authored by Anton Gusev's avatar Anton Gusev
Browse files

Merge branch 'develop' into 'master'

Develop

See merge request !3
parents 4559eb3d 5da0f5d5
No related branches found
No related tags found
1 merge request!3Develop
{
"_meta": {
"hash": {
"sha256": "7e7ef69da7248742e869378f8421880cf8f0017f96d94d086813baa518a65489"
},
"pipfile-spec": 6,
"requires": {
"python_version": "3.7"
},
"sources": [
{
"name": "pypi",
"url": "https://pypi.org/simple",
"verify_ssl": true
}
]
},
"default": {},
"develop": {}
}
1. Rename .env.example to .env and set your settings
2. Rename alembic.ini.example to alembic.ini and set sqlalchemy.url field
3. Install dependencies from requirments.txt file
3. Install dependencies from pipfile
4. Create tables for database using sql\create-dump.sql or apply migration using the command "alembic upgrade head" in src directory
5. In src directory use "scrapy crawl books" command for start parsing.
\ No newline at end of file
alembic==1.0.10
asn1crypto==0.24.0
attrs==19.1.0
Automat==0.7.0
cffi==1.12.3
constantly==15.1.0
cryptography==2.7
cssselect==1.0.3
hyperlink==19.0.0
idna==2.8
incremental==17.5.0
lxml==4.3.4
Mako==1.0.12
MarkupSafe==1.1.1
mysqlclient==1.3.12
parsel==1.5.1
Pillow==6.0.0
pyasn1==0.4.5
pyasn1-modules==0.2.5
pycparser==2.19
PyDispatcher==2.0.5
PyHamcrest==1.9.0
PyMySQL==0.9.3
pyOpenSSL==19.0.0
pypiwin32==223
python-dateutil==2.8.0
python-dotenv==0.10.3
python-editor==1.0.4
pywin32==224
queuelib==1.5.0
Scrapy==1.6.0
service-identity==18.1.0
six==1.12.0
SQLAlchemy==1.3.4
Twisted==19.2.1
w3lib==1.20.0
zope.interface==4.6.0
......@@ -6,6 +6,15 @@ verify_ssl = true
[dev-packages]
[packages]
scrapy = "*"
alembic = "*"
pillow = "*"
pypiwin32 = "*"
mysqlclient = "==1.3.12"
pymysql = "*"
pywin32 = "*"
sqlalchemy = "*"
python-dotenv = "*"
[requires]
python_version = "3.7"
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment