-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathPipfile
More file actions
51 lines (38 loc) · 710 Bytes
/
Pipfile
File metadata and controls
51 lines (38 loc) · 710 Bytes
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
42
43
44
45
46
47
48
49
50
51
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
[requires]
python_version = "2.7"
[packages]
# testpackage = "*"
icalendar = "~=3.11"
airtable-python-wrapper = "*"
python-dateutil = "*"
[dev-packages]
# Linters
pylint = "~=1.7"
pycodestyle = "~=2.3"
pydocstyle = "~=2.0"
# Testing
pytest = "~=3.0.7"
pytest-describe = "==0.11.0"
pytest-expecter = "==0.2.2.post6"
pytest-cov = "*"
pytest-random = "*"
pytest-catchlog = "*"
# Coverage
coverage = "~=4.0"
coverage-space = "*"
# Documentation
mkdocs = "*"
docutils = "*"
pygments = "*"
backports-abc = "~=0.5"
"backports.ssl_match_hostname" = "*"
# Build
wheel = "*"
pyinstaller = "*"
# Release
twine = "*"
# Tooling
sniffer = "*"