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 128cef2 commit 9bec590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def readme():
# READ THE DOCS SERVERS
exists = os.path.exists("/home/docs/")
if exists:
install_requires = ['fundamentals', 'setuptools==62.4.0', 'pyramid']
install_requires = ['fundamentals', 'setuptools==62.4.0', 'pyramid', 'passlib']

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

0 comments on commit 9bec590

Please sign in to comment.