Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
app_common
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CEOTR Public
app_common
Commits
c5a2cfb5
Commit
c5a2cfb5
authored
2 years ago
by
xaingling
Browse files
Options
Downloads
Patches
Plain Diff
motify setup for windows machine
parent
27cc6f33
No related branches found
Branches containing commit
No related tags found
1 merge request
!31
Windows install
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
setup.py
+26
-10
26 additions, 10 deletions
setup.py
with
26 additions
and
10 deletions
setup.py
+
26
−
10
View file @
c5a2cfb5
import
platform
from
setuptools
import
setup
,
find_packages
if
platform
.
system
().
lower
()
==
'
windows
'
:
install_requires
=
[
"
pytz
"
,
"
netCDF4
"
,
"
pandas
"
,
"
PyYAML
"
,
"
pexpect
"
,
'
twisted
'
,
"
mockssh
"
,
"
mysql-connector-python
"
,
"
erddapy
"
]
else
:
install_requires
=
[
"
pytz
"
,
"
netCDF4
"
,
"
pandas
"
,
"
PyYAML
"
,
"
pexpect
"
,
"
mockssh
"
,
"
mysql-connector-python
"
,
"
erddapy
"
]
setup
(
name
=
'
app_common
'
,
version
=
'
1.0.7
'
,
description
=
"
Common python and django application tools
"
,
...
...
@@ -10,15 +35,6 @@ setup(name='app_common',
package_data
=
{
''
:
[
'
*.yml-tpl
'
,
'
cf-standard-name-table.xml
'
]},
include_package_data
=
True
,
python_requires
=
'
>3.5
'
,
install_requires
=
[
"
pytz
"
,
"
netCDF4
"
,
"
pandas
"
,
"
PyYAML
"
,
"
pexpect
"
,
"
mockssh
"
,
"
mysql-connector-python
"
,
"
erddapy
"
],
install_requires
=
install_requires
,
zip_safe
=
True
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment