Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
thespacedoctor committed Jul 7, 2023
1 parent b0a66cd commit 7afb76b
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def readme():
'pyyaml',
'fundamentals',
'pyramid',
'sqlalchemy',
'sqlalchemy==1.4.48',
'passlib',
'paste',
'fundamentals',
Expand All @@ -26,13 +26,7 @@ def readme():
# READ THE DOCS SERVERS
exists = os.path.exists("/home/docs/")
if exists:
c_exclude_list = ['healpy', 'astropy',
'numpy', 'sherlock', 'wcsaxes', 'HMpTy', 'ligo-gracedb', 'mod_wsgi']
for e in c_exclude_list:
try:
install_requires.remove(e)
except:
pass
install_requires = ['fundamentals']

setup(name="dryxPyramid",
version=__version__,
Expand Down

0 comments on commit 7afb76b

Please sign in to comment.