-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Pipfile
41 lines (38 loc) · 872 Bytes
/
Pipfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[requires]
python_version = "3.8"
[packages]
awscli = "*"
boto = "*"
cryptography = "==38.0.4" # https://stackoverflow.com/a/75297940/2634131
dedupe = ">=2.0.0"
gitpython = "*"
google-cloud-pubsub = "*"
itemadapter = "*"
jmespath = "*"
pillow = "*"
pympler = "*"
pyopenssl = "==22.0.0" # https://github.com/scrapy/scrapy/issues/5638
pyspark = "*"
python-dotenv = "*"
pytility = {extras = ["dates"], version = "*"}
pytrie = "*"
pyyaml = "*"
requests = "*"
scrapy = "<2.1.0"
scrapy-extensions = {extras = ["images"], version = ">=0.3.1"}
smart-open = {extras = ["all"], version = ">=1.8.1"}
twisted = "<22.0.0" # https://stackoverflow.com/a/73046084/2634131
"w3lib" = "*"
[dev-packages]
black = "*"
docker = "*"
mypy = "*"
pre-commit = "*"
psutil = "*"
pylint = "*"
pytimeparse = "*"
twine = "*"