Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
olapy
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
2
Merge Requests
2
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
nexedi
olapy
Commits
627438ac
Commit
627438ac
authored
Jun 06, 2017
by
mouadh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update-deps
parent
689ca52b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
8 deletions
+3
-8
requirements.in
requirements.in
+1
-2
requirements.txt
requirements.txt
+2
-1
setup.py
setup.py
+0
-5
No files found.
requirements.in
View file @
627438ac
#
#grako
pandas<1
lxml==3.6.0 #lxml 3.7 causes problems in windows
spyne<3
treelib<2
SQLAlchemy
#
psycopg2
psycopg2
# Test
werkzeug
...
...
requirements.txt
View file @
627438ac
...
...
@@ -6,7 +6,8 @@
#
lxml
==3.6.0
numpy
==1.12.1 # via pandas
pandas
==0.20.1
pandas
==0.20.2
psycopg2
==2.7.1
python-dateutil
==2.6.0 # via pandas
pytz
==2017.2 # via pandas, spyne
six
==1.10.0 # via python-dateutil
...
...
setup.py
View file @
627438ac
...
...
@@ -41,11 +41,6 @@ setup(
# "Topic :: Business intelligence",
],)
# if RUNNING_TOX:
# home_directory = os.environ.get('HOME_DIR')
# else:
# home_directory = expanduser("~")
if
'OLAPY_PATH'
in
os
.
environ
:
home_directory
=
os
.
environ
[
'OLAPY_PATH'
]
elif
RUNNING_TOX
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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