-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding pipfile in order to promote installation with pipenv as reques…
…ted from algolia/docsearch#449 waiting for pypa/pipenv#2956
- Loading branch information
s-pace
committed
Oct 11, 2018
1 parent
2aaf6dd
commit d500833
Showing
1 changed file
with
53 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
[[source]] | ||
url = "https://pypi.org/simple" | ||
verify_ssl = true | ||
name = "pypi" | ||
|
||
[packages] | ||
algoliasearch = "==1.13.0" | ||
"asn1crypto" = "==0.22.0" | ||
attrs = "==17.2.0" | ||
certifi = "==2017.7.27.1" | ||
cffi = "==1.11.0" | ||
chardet = "==3.0.4" | ||
click = "==6.7" | ||
constantly = "==15.1.0" | ||
cryptography = "==2.0.3" | ||
cssselect = "==1.0.1" | ||
"enum34" = "==1.1.6" | ||
future = "==0.16.0" | ||
hyperlink = "==17.3.1" | ||
idna = "==2.6" | ||
incremental = "==17.5.0" | ||
ipaddress = "==1.0.18" | ||
lxml = "==4.0.0" | ||
ndg-httpsclient = "==0.4.3" | ||
ordereddict = "==1.1" | ||
parsel = "==1.2.0" | ||
"pyasn1" = "==0.3.5" | ||
"pyasn1-modules" = "==0.1.4" | ||
pycparser = "==2.18" | ||
pyperclip = "==1.5.27" | ||
python-dotenv = "==0.7.1" | ||
queuelib = "==1.4.2" | ||
ratelimit = "==1.4.1" | ||
requests = "==2.18.4" | ||
requests-file = "==1.4.2" | ||
selenium = "==2.53.6" | ||
six = "==1.11.0" | ||
slacker = "==0.9.60" | ||
tldextract = "==2.1.0" | ||
"urllib3" = "==1.22" | ||
"w3lib" = "==1.18.0" | ||
Automat = "==0.6.0" | ||
PyDispatcher = "==2.0.5" | ||
pyOpenSSL = "==17.3.0" | ||
Scrapy = "==1.5.0" | ||
service_identity = "==17.0.0" | ||
Twisted = "==17.5.0" | ||
"zope.interface" = "==4.4.2" | ||
|
||
[dev-packages] | ||
|
||
[requires] | ||
python_version = "2.7" |