Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Daniel Williams
dcc-api
Commits
1850ba4c
Commit
1850ba4c
authored
Feb 03, 2017
by
Daniel Williams
🤖
Browse files
Bug-fix in the setup script.
parent
406443cb
Changes
2
Hide whitespace changes
Inline
Side-by-side
HISTORY.md
0 → 100644
View file @
1850ba4c
setup.py
View file @
1850ba4c
...
...
@@ -8,21 +8,21 @@ except ImportError:
from
distutils.core
import
setup
with
open
(
'README.
rst
'
)
as
readme_file
:
with
open
(
'README.
md
'
)
as
readme_file
:
readme
=
readme_file
.
read
()
with
open
(
'HISTORY.
rst
'
)
as
history_file
:
with
open
(
'HISTORY.
md
'
)
as
history_file
:
history
=
history_file
.
read
()
requirements
=
[
appdirs
==
1.4
.
0
beautifulsoup4
==
4.5
.
3
html2text
==
2016.9
.
19
kerberos
==
1.2
.
5
packaging
==
16.8
pyparsing
==
2.1
.
10
pytz
==
2016.10
six
==
1.10
.
0
"
appdirs==1.4.0
"
,
"
beautifulsoup4==4.5.3
"
,
"
html2text==2016.9.19
"
,
"
kerberos==1.2.5
"
,
"
packaging==16.8
"
,
"
pyparsing==2.1.10
"
,
"
pytz==2016.10
"
,
"
six==1.10.0
"
]
test_requirements
=
[
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment