forked from HexClan-dev/purplship-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.dev.txt
86 lines (69 loc) · 4.95 KB
/
requirements.dev.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
wheel
# carrier datatype libraries
# -e git+https://github.com/purplship/purplship-carriers.git@carrier-schema-libs-update#egg=carrier.aramex&subdirectory=aramex
# -e git+https://github.com/purplship/purplship-carriers.git@carrier-schema-libs-update#egg=carrier.australiapost&subdirectory=australiapost
# -e git+https://github.com/purplship/purplship-carriers.git@carrier-schema-libs-update#egg=carrier.dhl_universal&subdirectory=dhl_universal
# -e git+https://github.com/purplship/purplship-carriers.git@carrier-schema-libs-update#egg=carrier.dicom&subdirectory=dicom
# -e git+https://github.com/purplship/purplship-carriers.git@carrier-schema-libs-update#egg=carrier.royalmail&subdirectory=royalmail
# -e git+https://github.com/purplship/purplship-carriers.git@carrier-schema-libs-update#egg=carrier.sendle&subdirectory=sendle
# -e git+https://github.com/purplship/purplship-carriers.git@carrier-schema-libs-update#egg=carrier.sf_express&subdirectory=sf_express
# -e git+https://github.com/purplship/purplship-carriers.git@adding-tnt-schemas-lib#egg=carrier.usps&subdirectory=usps
# -e git+https://github.com/purplship/purplship-carriers.git@carrier-schema-libs-update#egg=carrier.yanwen&subdirectory=yanwen
# -e git+https://github.com/purplship/purplship-carriers.git@carrier-schema-libs-update#egg=carrier.yunexpress&subdirectory=yunexpress
# purplship sdk carrier extensions
# -e git+https://github.com/purplship/purplship.git@differentiate-shipment-declared-value-from-insurance-amount#egg=purplship&subdirectory=purplship
# -e git+https://github.com/purplship/purplship.git@rename-exception-naming#egg=purplship_canadapost&subdirectory=extensions/canadapost
# -e git+https://github.com/purplship/purplship.git@carrier-tracking-integration-spree#egg=purplship_dhl_express&subdirectory=extensions/dhl_express
# -e git+https://github.com/purplship/purplship.git@carrier-tracking-integration-spree#egg=purplship_fedex&subdirectory=extensions/fedex
# -e git+https://github.com/purplship/purplship.git@patch-dhl-label-creation#egg=purplship_dhl_express&subdirectory=extensions/dhl_express
# -e git+https://github.com/purplship/purplship.git@carrier-tracking-integration-spree#egg=purplship_purolator_courier&subdirectory=extensions/purolator_courier
# -e git+https://github.com/purplship/purplship.git@carrier-tracking-integration-spree#egg=purplship_ups&subdirectory=extensions/ups
# -e git+https://github.com/purplship/purplship.git@carrier-tracking-integration-spree#egg=purplship_ups_package&subdirectory=extensions/ups_package
# -e git+https://github.com/purplship/purplship.git@carrier-tracking-integration-spree#egg=purplship_aramex&subdirectory=extensions/aramex
# -e git+https://github.com/purplship/purplship.git@carrier-tracking-integration-spree#egg=purplship_australiapost&subdirectory=extensions/australiapost
# -e git+https://github.com/purplship/purplship.git@carrier-tracking-integration-spree#egg=purplship_canpar&subdirectory=extensions/canpar
# -e git+https://github.com/purplship/purplship.git@carrier-tracking-integration-spree#egg=purplship_dhl_universal&subdirectory=extensions/dhl_universal
# -e git+https://github.com/purplship/purplship.git@carrier-tracking-integration-spree#egg=purplship_dicom&subdirectory=extensions/dicom
# -e git+https://github.com/purplship/purplship.git@carrier-tracking-integration-spree#egg=purplship_royalmail&subdirectory=extensions/royalmail
# -e git+https://github.com/purplship/purplship.git@carrier-tracking-integration-spree#egg=purplship_sendle&subdirectory=extensions/sendle
# -e git+https://github.com/purplship/purplship.git@carrier-tracking-integration-spree#egg=purplship_sf_express&subdirectory=extensions/sf_express
# -e git+https://github.com/purplship/purplship.git@carrier-tracking-integration-spree#egg=purplship_usps&subdirectory=extensions/usps
# -e git+https://github.com/purplship/purplship.git@carrier-tracking-integration-spree#egg=purplship_yanwen&subdirectory=extensions/yanwen
# -e git+https://github.com/purplship/purplship.git@carrier-tracking-integration-spree#egg=purplship_yunexpress&subdirectory=extensions/yunexpress
# purplship server extentions packages
# -e git+https://github.com/purplship/purplship-extension.git@purplship-2021.2-compatible#egg=eshipper.extension&subdirectory=src/eshipper
# -e git+https://github.com/purplship/purplship-extension.git@purplship-2021.2-compatible#egg=freightcom.extension&subdirectory=src/freightcom
# Installed versions
purplship
purplship.aramex
purplship.australiapost
purplship.canadapost
purplship.canpar
purplship.dhl-express
purplship.dhl-universal
purplship.dicom
purplship.fedex
purplship.purolator
purplship.royalmail
purplship.sendle
purplship.sf-express
purplship.tnt
purplship.ups
purplship.usps
purplship.usps_international
purplship.yanwen
purplship.yunexpress
purplship.eshipper
purplship.freightcom
# purplship server core packages
-e ./apps/core
-e ./apps/graph
-e ./purpleserver
-e ./apps/proxy
-e ./apps/manager
-e ./apps/pricing
-e ./apps/events
-e ./apps/client
# Dev dependencies
mkdocs-material
black