requirements.in 986 Bytes
#=== Requirements for users (no developping packages)

#
# This file is used to generate the requirements.txt file
#
# 1) Update this file manually
# 2) Update the requirements.txt file from it with :
#    pip-compile requirements.in
#


# === For general usage

matplotlib==3.5.1
psutil==5.9.0
lxml
python-benedict

# installed from matplotlib, ... :
matplotlib-inline ; sys_platform == "linux"
#numpy

# For mounts
pyserial

# === For astronomy

astropy==5.2.1
astroalign==2.4.1
astroquery==0.4.5
ccdproc==2.3.0
lmfit==1.0.3
photutils==1.3.0
sep==1.2.0
skyfield==1.42

# installed from ccdproc, ... :
#astropy

# Not necessary ?
#convertdate
#pyephem
#lacosmic 
#pypylon



# === LINUX ONLY
# Using Markers (see https://stackoverflow.com/questions/29222269/is-there-a-way-to-have-a-conditional-requirements-txt-file-for-my-python-applica)

# For astronomy
# pyindi-client ; sys_platform == "linux"

# To generate doc
#pygraphviz