Skip to content

Commit

Permalink
Add necessary package to requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmassen-hane committed Jun 14, 2023
1 parent 5131b7e commit 6a47293
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1069,7 +1069,7 @@ def __init__(self, directory: str = "/", host: str = "localhost", port: int = 21
def create(self):
"""Make and destroy a test FTP server.
:yield: None.
:yield: self.directory.
"""

# Set up the FTP server
Expand Down
3 changes: 3 additions & 0 deletions observatory-platform/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ responses>=0.23.1,<1
pysftp>=0.2.9,<1
paramiko>=2.7.2,<3

# FTP
pyftpdlib>=1.5.7,<2

# Utils
natsort>=7.1.1,<8
backoff>=1.11.0,<2
Expand Down

0 comments on commit 6a47293

Please sign in to comment.