Skip to content

Commit

Permalink
#13 pdoc module was added to requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim55667757 committed Jan 4, 2023
1 parent 227bfff commit 1d0a374
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# The order of packages is significant, because pip processes them in the order of appearance.
# Changing the order has an impact on the overall integration process, which may cause troubles later.

# Build requirements:
pytest >= 6.2.2 # MIT License

# Documentation requirements:
pdoc >= 12.3.0 # MIT License

# Packet PriceGenerator requirements:
requests >= 2.25.1 # Apache-2.0 license
pandas >= 1.5.2 # MIT License
bokeh >= 3.0.3 # BSD-3-Clause license
Expand Down

0 comments on commit 1d0a374

Please sign in to comment.